From 83e3d0f3d4d0c6b6c7d951c122b2b571010d664a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 25 Jun 2024 16:55:49 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../libimobiledevice-glue/libimobiledevice-glue_1.2.0.bb | 15 --------------- .../libimobiledevice-glue/libimobiledevice-glue_1.3.0.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.2.0.bb create mode 100644 meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.3.0.bb (limited to 'meta-oe') 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 deleted file mode 100644 index c9e9c90d7d..0000000000 --- a/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.2.0.bb +++ /dev/null @@ -1,15 +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" - -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_1.3.0.bb b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.3.0.bb new file mode 100644 index 0000000000..8bd555d968 --- /dev/null +++ b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.3.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 = "362f7848ac89b74d9dd113b38b51ecb601f76094" +SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master" + +S = "${WORKDIR}/git" +inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf