diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-02 23:06:48 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-03 06:57:49 -0700 |
| commit | b402a3076fbafe05d0b8621e50603b65c3fe8147 (patch) | |
| tree | 4cf5c1f27d02abeba179d3f9ae5273178212594a /meta-oe/recipes-extended/libimobiledevice | |
| parent | 175765fdf30200314d19bc8f11f4ede9b820dad6 (diff) | |
| download | meta-openembedded-b402a3076fbafe05d0b8621e50603b65c3fe8147.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: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libimobiledevice')
| -rw-r--r-- | meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb | 2 |
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 41147647bf..a7d2922dd3 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" | |||
| 9 | inherit autotools pkgconfig python3native python3targetconfig | 9 | inherit autotools pkgconfig python3native python3targetconfig |
| 10 | 10 | ||
| 11 | SRCREV = "c5a30e9267068436a75b5d00fcbf95cb9c1f4dcd" | 11 | SRCREV = "c5a30e9267068436a75b5d00fcbf95cb9c1f4dcd" |
| 12 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https" | 12 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${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 f94c76797e..171e555863 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 | |||
| 9 | PKGV = "${GITPKGVTAG}" | 9 | PKGV = "${GITPKGVTAG}" |
| 10 | 10 | ||
| 11 | SRCREV = "ce98c346b7c1dc2a21faea4fd3f32c88e27ca2af" | 11 | SRCREV = "ce98c346b7c1dc2a21faea4fd3f32c88e27ca2af" |
| 12 | SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https" | 12 | SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
