From: Wang Mingyu <wan...@cn.fujitsu.com> Changelog: ========== - Socket code has been moved to libimobiledevice-glue library - Code cleanup (clang-tidy) and improvements - autoconf: Fix clang-16 breakage - Add libusbmuxd_version() function to interface - iproxy: Use updated socket_create API to listen on IPv4 and IPv6 with a single socket
Signed-off-by: Wang Mingyu <wan...@cn.fujitsu.com> --- .../{libusbmuxd_2.0.2.bb => libusbmuxd_2.1.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/libimobiledevice/{libusbmuxd_2.0.2.bb => libusbmuxd_2.1.0.bb} (79%) diff --git a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.0.bb similarity index 79% rename from meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb rename to meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.0.bb index a586f49f96..747274de1b 100644 --- a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb +++ b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.0.bb @@ -2,13 +2,13 @@ DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=6ab17b41640564434dda85c06b7124f7" -DEPENDS = "udev libusb1 libplist" +DEPENDS = "udev libusb1 libplist libimobiledevice-glue" inherit autotools pkgconfig gitpkgv PKGV = "${GITPKGVTAG}" -SRCREV = "ce98c346b7c1dc2a21faea4fd3f32c88e27ca2af" +SRCREV = "36ffb7ab6e2a7e33bd1b56398a88895b7b8c615a" SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master" S = "${WORKDIR}/git" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#114357): https://lists.openembedded.org/g/openembedded-devel/message/114357 Mute This Topic: https://lists.openembedded.org/mt/110160123/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-