summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-05-09 17:35:54 -0700
committerKhem Raj <raj.khem@gmail.com>2023-05-09 17:37:30 -0700
commit5903301233a2ab5dd5f95396c8a45c85fb6f0c39 (patch)
tree7551078d1d8d9490aaa8dd5c16649a158f738171 /meta-oe/recipes-connectivity
parenta655863c61d7cbb451887678b9113c6802f0123c (diff)
downloadmeta-openembedded-5903301233a2ab5dd5f95396c8a45c85fb6f0c39.tar.gz
usbmuxd: Updgrade to latest on master branch
needed to get it working with latest libplist [1] [1] https://github.com/libimobiledevice/usbmuxd/commit/049877e1f7a54f63fef12dd384c9a22fb38b3514 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb
index e9afaf571..149223449 100644
--- a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb
+++ b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb
@@ -11,7 +11,7 @@ inherit autotools pkgconfig gitpkgv systemd
11PKGV = "${GITPKGVTAG}" 11PKGV = "${GITPKGVTAG}"
12PV = "1.1.2+git${SRCPV}" 12PV = "1.1.2+git${SRCPV}"
13 13
14SRCREV = "f50e52f3393a9149ac65fdda8f0d425109efc7fe" 14SRCREV = "01c94c77f59404924f1c46d99c4e5e0c7817281b"
15SRC_URI = "git://github.com/libimobiledevice/usbmuxd;protocol=https;branch=master" 15SRC_URI = "git://github.com/libimobiledevice/usbmuxd;protocol=https;branch=master"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"