summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libimobiledevice
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-11-07 10:42:23 -0800
committerArmin Kuster <akuster808@gmail.com>2021-11-13 07:45:48 -0800
commit7fbb2767186a4db729efe4f440cc9a992f2ab183 (patch)
treec3c62448ea3ead8b8e673dbb4d2e4919166709c8 /meta-oe/recipes-extended/libimobiledevice
parent10dabf3896591f33c02f420204cb79fefecd2f19 (diff)
downloadmeta-openembedded-7fbb2767186a4db729efe4f440cc9a992f2ab183.tar.gz
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libimobiledevice')
-rw-r--r--meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb2
-rw-r--r--meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb
index 6ef5b4f432..51514c2c42 100644
--- a/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb
+++ b/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb
@@ -9,7 +9,7 @@ DEPENDS = "libxml2 glib-2.0 swig python3"
9inherit autotools pkgconfig python3native python3targetconfig 9inherit autotools pkgconfig python3native python3targetconfig
10 10
11SRCREV = "c5a30e9267068436a75b5d00fcbf95cb9c1f4dcd" 11SRCREV = "c5a30e9267068436a75b5d00fcbf95cb9c1f4dcd"
12SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https" 12SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
diff --git a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb
index 343d0bc63f..f2b034f423 100644
--- a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb
+++ b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb
@@ -9,7 +9,7 @@ inherit autotools pkgconfig gitpkgv
9PKGV = "${GITPKGVTAG}" 9PKGV = "${GITPKGVTAG}"
10 10
11SRCREV = "ce98c346b7c1dc2a21faea4fd3f32c88e27ca2af" 11SRCREV = "ce98c346b7c1dc2a21faea4fd3f32c88e27ca2af"
12SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https" 12SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15