summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-09-26 15:51:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-27 13:38:55 +0100
commitc26569320817263a487eceb610e3c70badba0b52 (patch)
tree95c613c02e049639f7ff959367e23cf3e4114fa0 /meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
parenta3b3e8fb120f98cdb18d7a9d517d88a313416986 (diff)
downloadopenembedded-core-contrib-c26569320817263a487eceb610e3c70badba0b52.tar.gz
packagegroups: All groups are not allarch
Some of the packagegroups violate the allarch policy therefore the ones which do so, should be marked as TUNE specific Fixes QA errors packagegroup-self-hosted-1.0: Package version for package packagegroup-self-hosted-graphics went backwards which would break package feeds from (0:1.0-r13.12 to 0:1.0-r13.9) [version-going-backwards] Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups/packagegroup-self-hosted.bb')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-self-hosted.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index 9b0ae0d1c2..ee9d0636f2 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -6,6 +6,8 @@ SUMMARY = "Self-hosting"
DESCRIPTION = "Packages required to run the build system"
PR = "r13"
+PACKAGE_ARCH = "${TUNE_PKGARCH}"
+
inherit packagegroup distro_features_check
# rdepends on libx11-dev
REQUIRED_DISTRO_FEATURES = "x11"