mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+1
-3
@@ -8,9 +8,7 @@ HOMEPAGE = "http://www.libimobiledevice.org/"
|
|||||||
|
|
||||||
DEPENDS = "libplist"
|
DEPENDS = "libplist"
|
||||||
|
|
||||||
PV = "1.0.0+git"
|
SRCREV = "fde8946a3988790fd5d3f01fc0a1fd43609ab1d1"
|
||||||
|
|
||||||
SRCREV = "114098d30e783fbb3def5c9b49427a86621cfcb1"
|
|
||||||
SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master"
|
SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
Reference in New Issue
Block a user