diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-10-29 09:51:13 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-03 09:50:07 -0400 |
| commit | b4ba17f1b97674a3d3ca251d9921b82bbe3c39aa (patch) | |
| tree | 38f9075b02b00b6115ad1542fccc4f9d330c2641 /recipes-extended/dev86/dev86_git.bb | |
| parent | 6e591b451a3a08ff36348643e378e860d5d31752 (diff) | |
| download | meta-virtualization-b4ba17f1b97674a3d3ca251d9921b82bbe3c39aa.tar.gz | |
global: add explicit branch to all SRC_URIs
As introduced in the oe-core post:
https://lists.openembedded.org/g/openembedded-core/message/157623
SRC_URIs without an explicit branch will generate warnings, and
eventually be an error.
We run the provided conversion script to make sure that meta-virt
is ready for the change.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/dev86/dev86_git.bb')
| -rw-r--r-- | recipes-extended/dev86/dev86_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/dev86/dev86_git.bb b/recipes-extended/dev86/dev86_git.bb index 8cad15ac..88e9cf30 100644 --- a/recipes-extended/dev86/dev86_git.bb +++ b/recipes-extended/dev86/dev86_git.bb | |||
| @@ -7,7 +7,7 @@ SECTION = "console/tools" | |||
| 7 | BASE_PV="0.16.21" | 7 | BASE_PV="0.16.21" |
| 8 | PV = "${BASE_PV}+git${SRCPV}" | 8 | PV = "${BASE_PV}+git${SRCPV}" |
| 9 | SRCREV = "e254e0b19651d3b8a20225b40281c9974a95dec4" | 9 | SRCREV = "e254e0b19651d3b8a20225b40281c9974a95dec4" |
| 10 | SRC_URI = "git://github.com/jbruchon/${BPN}.git;protocol=https \ | 10 | SRC_URI = "git://github.com/jbruchon/${BPN}.git;protocol=https;branch=master \ |
| 11 | file://0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch \ | 11 | file://0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch \ |
| 12 | file://0003-cpp-update-token1.tok-to-make-new-gperf-happy-regen..patch \ | 12 | file://0003-cpp-update-token1.tok-to-make-new-gperf-happy-regen..patch \ |
| 13 | file://0004-regen-token2.h-token1.h-with-gperf-3.1.patch \ | 13 | file://0004-regen-token2.h-token1.h-with-gperf-3.1.patch \ |
