From: Wang Mingyu <[email protected]>

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 <[email protected]>
---
 .../libimobiledevice-glue/libimobiledevice-glue_git.bb        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb
 
b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb
index d37c547c9..a8826755f 100644
--- 
a/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb
+++ 
b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb
@@ -8,9 +8,9 @@ HOMEPAGE = "http://www.libimobiledevice.org/";
 
 DEPENDS = "libplist"
 
-PV = "1.0.0+git"
+PV = "1.2.0"
 
-SRCREV = "114098d30e783fbb3def5c9b49427a86621cfcb1"
+SRCREV = "fde8946a3988790fd5d3f01fc0a1fd43609ab1d1"
 SRC_URI = 
"git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master"
 
 S = "${WORKDIR}/git"
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110727): 
https://lists.openembedded.org/g/openembedded-devel/message/110727
Mute This Topic: https://lists.openembedded.org/mt/106519706/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to