mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
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>
This commit is contained in:
+2
-2
@@ -2,13 +2,13 @@ DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to
|
|||||||
LICENSE = "LGPL-2.1-only"
|
LICENSE = "LGPL-2.1-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6ab17b41640564434dda85c06b7124f7"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6ab17b41640564434dda85c06b7124f7"
|
||||||
|
|
||||||
DEPENDS = "udev libusb1 libplist"
|
DEPENDS = "udev libusb1 libplist libimobiledevice-glue"
|
||||||
|
|
||||||
inherit autotools pkgconfig gitpkgv
|
inherit autotools pkgconfig gitpkgv
|
||||||
|
|
||||||
PKGV = "${GITPKGVTAG}"
|
PKGV = "${GITPKGVTAG}"
|
||||||
|
|
||||||
SRCREV = "ce98c346b7c1dc2a21faea4fd3f32c88e27ca2af"
|
SRCREV = "36ffb7ab6e2a7e33bd1b56398a88895b7b8c615a"
|
||||||
SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master"
|
SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
Reference in New Issue
Block a user