mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
c902a85099
commit
3da59b8a8a
+1
-1
@@ -12,7 +12,7 @@ DEPENDS = "libbsd libpcre zlib libcap libusb squashfs-tools p7zip libselinux goo
|
||||
SRCREV_core = "abfd66fafcbb691d7860df059f1df1c9b1ef29da"
|
||||
|
||||
SRC_URI = " \
|
||||
git://salsa.debian.org/android-tools-team/android-platform-tools;name=core;protocol=https;nobranch=1 \
|
||||
git://salsa.debian.org/android-tools-team/android-platform-tools;name=core;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
# Patches copied from android-platform-tools/debian/patches
|
||||
|
||||
Reference in New Issue
Block a user