summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2024-12-17 17:01:26 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-19 09:41:23 -0800
commit2036eb69d07a577b33f5ecd08c521f72f110e9c2 (patch)
treee1bca598bc047ffe5234737e7d01cee68fae136f
parent520ff13302cd72d7cc111e947fddddeafddb2906 (diff)
downloadmeta-openembedded-2036eb69d07a577b33f5ecd08c521f72f110e9c2.tar.gz
libusbmuxd: upgrade 2.0.2 -> 2.1.0
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 <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.0.bb (renamed from meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb b/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
2LICENSE = "LGPL-2.1-only" 2LICENSE = "LGPL-2.1-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=6ab17b41640564434dda85c06b7124f7" 3LIC_FILES_CHKSUM = "file://COPYING;md5=6ab17b41640564434dda85c06b7124f7"
4 4
5DEPENDS = "udev libusb1 libplist" 5DEPENDS = "udev libusb1 libplist libimobiledevice-glue"
6 6
7inherit autotools pkgconfig gitpkgv 7inherit autotools pkgconfig gitpkgv
8 8
9PKGV = "${GITPKGVTAG}" 9PKGV = "${GITPKGVTAG}"
10 10
11SRCREV = "ce98c346b7c1dc2a21faea4fd3f32c88e27ca2af" 11SRCREV = "36ffb7ab6e2a7e33bd1b56398a88895b7b8c615a"
12SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master" 12SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"