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/recipes-sato | |
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/recipes-sato')
3 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb index 49bf30ee5e..90734b6bd0 100644 --- a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb +++ b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb | |||
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://session;endline=3;md5=f8a5c5b9c279e52dc094d10e11c2be6 | |||
7 | 7 | ||
8 | SECTION = "x11" | 8 | SECTION = "x11" |
9 | RDEPENDS:${PN} = "formfactor matchbox-theme-sato matchbox-panel-2 matchbox-desktop matchbox-session gconf" | 9 | RDEPENDS:${PN} = "formfactor matchbox-theme-sato matchbox-panel-2 matchbox-desktop matchbox-session gconf" |
10 | PR = "r30" | ||
11 | 10 | ||
12 | # This package is architecture specific because the session script is modified | 11 | # This package is architecture specific because the session script is modified |
13 | # based on the machine architecture. | 12 | # based on the machine architecture. |
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index 6866a4d738..3f735e072b 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | |||
@@ -5,7 +5,6 @@ | |||
5 | SUMMARY = "Sato desktop" | 5 | SUMMARY = "Sato desktop" |
6 | DESCRIPTION = "Packagegroups provide a convenient mechanism of bundling a collection of packages." | 6 | DESCRIPTION = "Packagegroups provide a convenient mechanism of bundling a collection of packages." |
7 | HOMEPAGE = "https://www.yoctoproject.org/" | 7 | HOMEPAGE = "https://www.yoctoproject.org/" |
8 | PR = "r33" | ||
9 | 8 | ||
10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
11 | 10 | ||
diff --git a/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb b/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb index 4bb896fc7b..766f574b25 100644 --- a/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb +++ b/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb | |||
@@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384 | |||
4 | 4 | ||
5 | SRC_URI = "file://shutdown.desktop" | 5 | SRC_URI = "file://shutdown.desktop" |
6 | 6 | ||
7 | PR = "r1" | ||
8 | 7 | ||
9 | S = "${WORKDIR}" | 8 | S = "${WORKDIR}" |
10 | 9 | ||