diff options
author | Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com> | 2023-09-04 18:08:18 +0530 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-07 08:22:43 -0700 |
commit | 3da59b8a8a5f8c1d15cdecdb77e238f8206ee880 (patch) | |
tree | 3eddc585e18113e4c3308a085078cbda181d4ac2 /meta-oe/dynamic-layers/selinux | |
parent | c902a85099596136e850636192458d1cdac6c9a4 (diff) | |
download | meta-openembedded-3da59b8a8a5f8c1d15cdecdb77e238f8206ee880.tar.gz |
meta-oe-components: Avoid usage of nobranch=1
The usage of nobranch=1 in SRC_URI allows using unprotected branches.
This change updates the real branch name in place of nobranch=1 for these components.
Signed-off-by: Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/dynamic-layers/selinux')
-rw-r--r-- | meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb index caf55ed6d8..fbad5e1368 100644 --- a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb +++ b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "libbsd libpcre zlib libcap libusb squashfs-tools p7zip libselinux goo | |||
12 | SRCREV_core = "abfd66fafcbb691d7860df059f1df1c9b1ef29da" | 12 | SRCREV_core = "abfd66fafcbb691d7860df059f1df1c9b1ef29da" |
13 | 13 | ||
14 | SRC_URI = " \ | 14 | SRC_URI = " \ |
15 | git://salsa.debian.org/android-tools-team/android-platform-tools;name=core;protocol=https;nobranch=1 \ | 15 | git://salsa.debian.org/android-tools-team/android-platform-tools;name=core;protocol=https;branch=master \ |
16 | " | 16 | " |
17 | 17 | ||
18 | # Patches copied from android-platform-tools/debian/patches | 18 | # Patches copied from android-platform-tools/debian/patches |