task-base: make all subpackages set to MACHINE_ARCH

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2151 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-07-10 20:16:45 +00:00
parent c6ea930925
commit 5e43360d94
1 changed files with 2 additions and 10 deletions

View File

@ -1,5 +1,5 @@
DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
PR = "r39"
PR = "r40"
PROVIDES = "${PACKAGES}"
PACKAGES = ' \
@ -37,15 +37,7 @@ PACKAGES = ' \
ALLOW_EMPTY = "1"
PACKAGE_ARCH = "all"
#
# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH
#
PACKAGE_ARCH_task-base = "${MACHINE_ARCH}"
PACKAGE_ARCH_task-machine-base = "${MACHINE_ARCH}"
PACKAGE_ARCH_task-base-apm = "${MACHINE_ARCH}"
PACKAGE_ARCH_task-base-pcmcia = "${MACHINE_ARCH}"
PACKAGE_ARCH = "${MACHINE_ARCH}"
#
# pcmciautils for >= 2.6.13-rc1, pcmcia-cs for others