Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Mon, 13 Sep 2004 19:14:32 +0000 (19:14 +0000)
committerPhil Blundell <philb@gnu.org>
Mon, 13 Sep 2004 19:14:32 +0000 (19:14 +0000)
into stealth.(none):/home/pb/oe/oe-packages

2004/09/13 19:41:40+01:00 (none)!pb
bash silo around so it builds

BKrev: 4145f198Vw8lOSlgW-hEpuKw5UEKow

silo/cross.patch [moved from silo/rules.patch with 100% similarity]
silo/silo_1.4.8.oe

similarity index 100%
rename from silo/rules.patch
rename to silo/cross.patch
index e69de29..7f3be33 100644 (file)
@@ -0,0 +1,9 @@
+DEPENDS = "elftoaout-native"
+
+SRC_URI = "http://www.sparc-boot.org/pub/silo/silo-${PV}.tar.bz2 \
+       file://cross.patch;patch=1"
+
+do_compile() {
+       oe_runmake CC="${CC} -m32" LD="${LD}" HOSTCC="${BUILD_CC}" HOSTCFLAGS="${BUILD_CFLAGS}" OECFLAGS="${CFLAGS}" OELDFLAGS="-L${STAGING_LIBDIR} -rpath-link ${STAGING_LIBDIR}" NM="${TARGET_SYS}-nm"
+}
+