Work around some multimachine issues for now

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@397 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-05-22 18:21:50 +00:00
parent b9d1ce921b
commit dc9a1956a5
2 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ PR = "r24"
# Set PACKAGE_ARCH appropriately.
PACKAGE_ARCH_${PN}-inittab = "${MACHINE_ARCH}"
#Work around multimachine issues for now
PACKAGE_ARCH = "${MACHINE_ARCH}"
RDEPENDS_${PN} = "${PN}-inittab"
PACKAGES =+ "bootlogd ${PN}-inittab"

View File

@@ -7,6 +7,9 @@ SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}"
PACKAGE_ARCH_mnci = "${MACHINE_ARCH}"
#Workaround multimachine issues for now
PACKAGE_ARCH = "${MACHINE_ARCH}"
SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib \
file://usec_fix.patch;patch=1 \
file://ts.conf file://ts-2.6.conf \