From 3e28f9152c0c1d4608ae2f1b6b9599f65b08d45f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 7 Jun 2024 13:06:19 +0800 Subject: libimobiledevice-glue: upgrade 1.0.0 -> 1.2.0 Changelog: ============ * socket: Use poll() - when available - instead of select() * socket: Allow NULL as address for socket_create() and socket_connect() * win32: Remove windows.h from public headers * Add version function to interface * Add helper code to deal with NSKeyedArchiver plist data * opack: Fixed 32bit buffer overflow * opack: Fix parsing of 32 and 64 bit packed values * socket: Make sure errno is always set on error, and always return a meaningful error code Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libimobiledevice-glue_1.2.0.bb | 15 +++++++++++++++ .../libimobiledevice-glue/libimobiledevice-glue_git.bb | 17 ----------------- 2 files changed, 15 insertions(+), 17 deletions(-) create mode 100644 meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.2.0.bb delete mode 100644 meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb diff --git a/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.2.0.bb b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.2.0.bb new file mode 100644 index 0000000000..c9e9c90d7d --- /dev/null +++ b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.2.0.bb @@ -0,0 +1,15 @@ +SUMMARY = "Library with common code used by the libraries and tools around the libimobiledevice project" +LICENSE = "LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "\ + file://COPYING;md5=6ab17b41640564434dda85c06b7124f7 \ +" + +HOMEPAGE = "http://www.libimobiledevice.org/" + +DEPENDS = "libplist" + +SRCREV = "fde8946a3988790fd5d3f01fc0a1fd43609ab1d1" +SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master" + +S = "${WORKDIR}/git" +inherit autotools pkgconfig diff --git a/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb deleted file mode 100644 index d37c547c98..0000000000 --- a/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Library with common code used by the libraries and tools around the libimobiledevice project" -LICENSE = "LGPL-2.1-or-later" -LIC_FILES_CHKSUM = "\ - file://COPYING;md5=6ab17b41640564434dda85c06b7124f7 \ -" - -HOMEPAGE = "http://www.libimobiledevice.org/" - -DEPENDS = "libplist" - -PV = "1.0.0+git" - -SRCREV = "114098d30e783fbb3def5c9b49427a86621cfcb1" -SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master" - -S = "${WORKDIR}/git" -inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf