aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-11-29 18:36:15 -0800
committerKhem Raj <raj.khem@gmail.com>2021-12-01 12:39:28 -0800
commita56b7f825cad14a51a14211728942346590f9f00 (patch)
treea610dce63aa7685ecc1794f946f69cb26582ca0c
parentf9ef58325833bb4eaea2e55c412984580fabd6d6 (diff)
downloadmeta-openembedded-a56b7f825cad14a51a14211728942346590f9f00.tar.gz
packagegroup-xfce-base: Mark TUNE_PKGARCH specific
librsvg is direct dependency which gets debian renamed so this does not qualify to be allarch Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
index 9545ad1a81..c56af6f382 100644
--- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
+++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
@@ -2,6 +2,9 @@ SUMMARY = "All packages required for a base installation of XFCE"
SECTION = "x11/wm"
PR = "r5"
+# librsvg-gtk gets debian renamed to librsvg-2-gtk
+PACKAGE_ARCH = "${TUNE_PKGARCH}"
+
inherit packagegroup features_check
REQUIRED_DISTRO_FEATURES = "x11"