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-23 23:01:51 +0100 |
commit | a56aed2e6e1b73bffd2bf82145fe48b82fde9292 (patch) | |
tree | 0e8ee3fc6841b359d9597ca0f3c3f159e888d026 /meta/recipes-sato/packagegroups | |
parent | 30aaada4b79fc1acad5fdaba98071b63c52b9e05 (diff) | |
download | openembedded-core-contrib-a56aed2e6e1b73bffd2bf82145fe48b82fde9292.tar.gz |
packagegroup: Move inherit packagegroup to after PACKAGE_ARCH
This means these classes now avoid the allarch inherit entirely.
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 2d23fe48b28..bc3e0fd2607 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" LICENSE = "MIT" PR = "r33" -inherit packagegroup - PACKAGE_ARCH = "${MACHINE_ARCH}" +inherit packagegroup + PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" RDEPENDS_${PN} = "\ |