summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libimobiledevice/libplist_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb
index 3a10b40f1f..f8e7f98dfd 100644
--- a/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb
+++ b/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb
@@ -8,9 +8,9 @@ DEPENDS = "libxml2 glib-2.0 swig python3"
8 8
9inherit autotools pkgconfig python3native python3targetconfig 9inherit autotools pkgconfig python3native python3targetconfig
10 10
11PV = "2.3.0" 11PV = "2.3.0+git${SRCPV}"
12 12
13SRCREV = "b8fcc89b74c9128a13b07cc15a0ce25dca0cd97e" 13SRCREV = "2cd858c679d25633077ca78b67182a9b77653816"
14SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master" 14SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"