mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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:
@@ -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"
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user