diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-24 18:01:11 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-27 12:49:19 +0200 |
commit | 5a25dde053e93e64b945776ab3fbf8b67c8c0773 (patch) | |
tree | 5142abd3676f5cdc0c5ca9510d3367285081d94d /meta-oe/recipes-graphics | |
parent | 1a199dca255cab3cf8ad23a0508c4175353ea441 (diff) | |
download | meta-openembedded-5a25dde053e93e64b945776ab3fbf8b67c8c0773.tar.gz |
packagegroup*: set PACKAGE_ARCH before packagegroup inherit
* The required order was changed in oe-core commit:
allarch: Add warning about packagegroup
Since we want to start including this class conditionally, detect cases
where packagegroup files use the old ordering and inform the user they
need to update this.
* drop PACKAGE_ARCH setting from xorg-fonts-100dpi - nothing seems MACHINE
specific in it
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb index aacf37973..fd6c992dc 100644 --- a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb +++ b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb | |||
@@ -3,8 +3,6 @@ LICENSE = "Custom" | |||
3 | 3 | ||
4 | inherit packagegroup | 4 | inherit packagegroup |
5 | 5 | ||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
7 | |||
8 | RDEPENDS_${PN} = "\ | 6 | RDEPENDS_${PN} = "\ |
9 | font-adobe-100dpi \ | 7 | font-adobe-100dpi \ |
10 | font-adobe-utopia-100dpi \ | 8 | font-adobe-utopia-100dpi \ |