]> code.ossystems Code Review - openembedded-core.git/commitdiff
Work around some multimachine issues for now
authorRichard Purdie <richard@openedhand.com>
Mon, 22 May 2006 18:21:50 +0000 (18:21 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 22 May 2006 18:21:50 +0000 (18:21 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@397 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/sysvinit/sysvinit_2.86.bb
openembedded/packages/tslib/tslib_cvs.bb

index e2124c7fe927caae29032a0ca63806fff1985fcd..792717b2c8b8e732d43b4b8661365204398317d3 100644 (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"
index bac18153fa55187a4db954cde595e63862c3db2c..93e2886e4f318fe98c1e3ce734b142dfd34f3338 100644 (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 \