]> code.ossystems Code Review - openembedded-core.git/commitdiff
Remove multimachine workarounds now uneeded after the previous checkin
authorRichard Purdie <richard@openedhand.com>
Sun, 28 May 2006 22:03:16 +0000 (22:03 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 28 May 2006 22:03:16 +0000 (22:03 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@451 311d38ba-8fff-0310-9ca6-ca027cbcb966

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

index 792717b2c8b8e732d43b4b8661365204398317d3..e2124c7fe927caae29032a0ca63806fff1985fcd 100644 (file)
@@ -9,9 +9,6 @@ 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 93e2886e4f318fe98c1e3ce734b142dfd34f3338..bac18153fa55187a4db954cde595e63862c3db2c 100644 (file)
@@ -7,9 +7,6 @@ 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 \