aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2023-11-14 12:16:05 +0100
committerArmin Kuster <akuster808@gmail.com>2023-11-14 19:04:13 -0500
commit0600dc10acb4011e9c9c4df481a33cc1812ce3da (patch)
tree9bfb8daa8203db3727a7540be9984c5f5c581d38
parent1d7090422c8847e603ef146a7aa76db6fbc08e4d (diff)
downloadmeta-openembedded-contrib-0600dc10acb4011e9c9c4df481a33cc1812ce3da.tar.gz
libusbmuxd: Add PV
This is 1.0.10 release with few more commits on top. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-extended/libimobiledevice/libusbmuxd_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_git.bb b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_git.bb
index e9c58bf589..5901057840 100644
--- a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_git.bb
+++ b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_git.bb
@@ -7,6 +7,7 @@ DEPENDS = "udev libusb1 libplist"
inherit autotools pkgconfig gitpkgv
PKGV = "${GITPKGVTAG}"
+PV = "1.0.10+git${SRCPV}"
SRCREV = "78df9be5fc8222ed53846cb553de9b5d24c85c6c"
SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master"