diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-20 16:35:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-22 07:45:17 +0100 |
commit | 1b94ea8b2516c929830fea716bb027a9ea1a3a1e (patch) | |
tree | 00aaa437c02f96ff0453f5d17965dd5bcf62a45e /meta-selftest/recipes-test | |
parent | a599437629b6e1cd412fc58e5e1d68120909a68a (diff) | |
download | poky-1b94ea8b2516c929830fea716bb027a9ea1a3a1e.tar.gz |
recipes: Drop remaining PR values from recipes
We've been removing PR values from recipes at upgrade time for a while. In general
anyone maintaining a binary distro would end up having to curate these themselves
so the values in OE-Core aren't really that useful anymore. In many ways it makes
sense to clear out the remaining ones (which are mostly for 'config' recipes that
are unlikely to increase in PV) and leave a clean slate for anyone implementing
a binary distro config.
References are left in meta-selftest since the tests there do involve them and
their removal upon upgrade.
(From OE-Core rev: d4c346e8ab8f3cae25d1b01c7331ed9f6d4f96ef)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/recipes-test')
-rw-r--r-- | meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb b/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb index c5037a4912..1a140a532f 100644 --- a/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb +++ b/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb | |||
@@ -5,7 +5,6 @@ LICENSE = "GPL-2.0-or-later" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=6ddd5335ef96fb858a138230af773710 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=6ddd5335ef96fb858a138230af773710 \ |
6 | file://main.c;beginline=1;endline=17;md5=36d4b85e5ae9028e918d1cc775c2475e" | 6 | file://main.c;beginline=1;endline=17;md5=36d4b85e5ae9028e918d1cc775c2475e" |
7 | 7 | ||
8 | PR = "r2" | ||
9 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/ed/ed-${PV}.tar.bz2" | 8 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/ed/ed-${PV}.tar.bz2" |
10 | 9 | ||
11 | SRC_URI[md5sum] = "4ee21e9dcc9b5b6012c23038734e1632" | 10 | SRC_URI[md5sum] = "4ee21e9dcc9b5b6012c23038734e1632" |