diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-19 13:36:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-25 08:57:44 +0100 |
commit | 9e213ddea23f577528e8ca8b752b29ca9593efa6 (patch) | |
tree | 1414c4285354ebe4f9367761c4da3b15b9dadead /meta/recipes-sato/packagegroups | |
parent | 9541ec7b5587323e8e1886ab37b9e8836d8df3ca (diff) | |
download | poky-9e213ddea23f577528e8ca8b752b29ca9593efa6.tar.gz |
packagegroup: Move inherit packagegroup to after PACKAGE_ARCH
This means these classes now avoid the allarch inherit entirely.
(From OE-Core rev: a56aed2e6e1b73bffd2bf82145fe48b82fde9292)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/packagegroups')
-rw-r--r-- | meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index 2d23fe48b2..bc3e0fd260 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | |||
@@ -6,10 +6,10 @@ SUMMARY = "Sato desktop" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | PR = "r33" | 7 | PR = "r33" |
8 | 8 | ||
9 | inherit packagegroup | ||
10 | |||
11 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
12 | 10 | ||
11 | inherit packagegroup | ||
12 | |||
13 | PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" | 13 | PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" |
14 | 14 | ||
15 | RDEPENDS_${PN} = "\ | 15 | RDEPENDS_${PN} = "\ |