From 3e28f9152c0c1d4608ae2f1b6b9599f65b08d45f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 7 Jun 2024 13:06:19 +0800 Subject: [PATCH] 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 --- ...obiledevice-glue_git.bb => libimobiledevice-glue_1.2.0.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta-oe/recipes-connectivity/libimobiledevice-glue/{libimobiledevice-glue_git.bb => libimobiledevice-glue_1.2.0.bb} (86%) diff --git a/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.2.0.bb similarity index 86% rename from meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb rename to meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.2.0.bb index d37c547c98..c9e9c90d7d 100644 --- a/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb +++ b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.2.0.bb @@ -8,9 +8,7 @@ HOMEPAGE = "http://www.libimobiledevice.org/" DEPENDS = "libplist" -PV = "1.0.0+git" - -SRCREV = "114098d30e783fbb3def5c9b49427a86621cfcb1" +SRCREV = "fde8946a3988790fd5d3f01fc0a1fd43609ab1d1" SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master" S = "${WORKDIR}/git"