summaryrefslogtreecommitdiff
path: root/sysvinit/sysvinit_2.85.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-20 20:53:41 +0000
committerChris Larson <clarson@kergoth.com>2004-11-20 20:53:41 +0000
commit2001d3fb16901b975882d071866c7f2634ada9c8 (patch)
treecf29d77a7e37844589295e3a31ca8a1d66d9bde5 /sysvinit/sysvinit_2.85.oe
parent0ccbd9ccd6de9f3b04f06eb0e5a7bf4e798e80f2 (diff)
Merge openembedded@openembedded.bkbits.net:packages-devel
into hyperion.kergoth.com:/home/kergoth/code/packages 2004/11/20 14:53:40-06:00 ti.com!kergoth Merge openembedded@openembedded.bkbits.net:packages-devel into odin.sc.ti.com:/home/kergoth/code/packages 2004/11/20 14:53:29-06:00 ti.com!kergoth Make sysvinit buildable when MACHINE isnt set. 2004/11/20 13:37:35-06:00 ti.com!kergoth Fix m4 build: it helps to actually check in the patch. BKrev: 419faed5LrotZK1H8sNbf6fRABPztw
Diffstat (limited to 'sysvinit/sysvinit_2.85.oe')
-rw-r--r--sysvinit/sysvinit_2.85.oe7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysvinit/sysvinit_2.85.oe b/sysvinit/sysvinit_2.85.oe
index 3bc0eb4ce9..b1c2c01cc0 100644
--- a/sysvinit/sysvinit_2.85.oe
+++ b/sysvinit/sysvinit_2.85.oe
@@ -10,7 +10,12 @@ FILES_${PN} = "/sbin ${bindir} ${sysconfdir}"
FILES_sysv-rc = "${sbindir}"
PR = "r1"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
+python () {
+ mach = oe.data.getVar('MACHINE', d, 1)
+ if mach:
+ oe.data.setVar('PACKAGE_ARCH', oe.data.getVar('MACHINE_ARCH', d, 1), d)
+}
+
USE_VT ?= "1"
SRC_URI = "ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/sysvinit-${PV}.tar.gz \