mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
1a199dca25
commit
5a25dde053
|
|
@ -7,11 +7,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
|
|||
|
||||
PR = "r13"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH
|
||||
#
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
inherit packagegroup
|
||||
|
||||
# Poke extra recomendations into the list using your machine.conf
|
||||
#
|
||||
|
|
|
|||
|
|
@ -4,11 +4,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
|
|||
|
||||
PR = "r58"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH
|
||||
#
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
inherit packagegroup
|
||||
|
||||
#
|
||||
# those ones can be set in machine config to supply packages needed to get machine booting
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@ LICENSE = "Custom"
|
|||
|
||||
inherit packagegroup
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
font-adobe-100dpi \
|
||||
font-adobe-utopia-100dpi \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user