summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-06-25 16:55:49 +0800
committerKhem Raj <raj.khem@gmail.com>2024-06-27 09:18:54 -0700
commit83e3d0f3d4d0c6b6c7d951c122b2b571010d664a (patch)
treebb39a097ed27c86efaa5f0d6e3fb3c6f34fe25fb /meta-oe
parent201efe24ca081a224ef1e2c4286fd3f535c9e3eb (diff)
downloadmeta-openembedded-83e3d0f3d4d0c6b6c7d951c122b2b571010d664a.tar.gz
libimobiledevice-glue: upgrade 1.2.0 -> 1.3.0
Changelog: ========== * Add SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 functions to interface * socket: Create an IPv4 compatible IPv6 socket when NULL is passed to socket_create * socket: Haiku compilation fixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.3.0.bb (renamed from meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.2.0.bb)2
1 files changed, 1 insertions, 1 deletions
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.3.0.bb
index c9e9c90d7..8bd555d96 100644
--- a/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.2.0.bb
+++ b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.3.0.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "http://www.libimobiledevice.org/"
8 8
9DEPENDS = "libplist" 9DEPENDS = "libplist"
10 10
11SRCREV = "fde8946a3988790fd5d3f01fc0a1fd43609ab1d1" 11SRCREV = "362f7848ac89b74d9dd113b38b51ecb601f76094"
12SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master" 12SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"