Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Thu, 6 May 2004 16:06:16 +0000 (16:06 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 6 May 2004 16:06:16 +0000 (16:06 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages

2004/05/06 18:04:49+02:00 uni-frankfurt.de!mickeyl
apply patch from sbernard@nerim.net to fix iptunnel.c compile problem with new kernel headers - patch courtesy pb_.

BKrev: 409a6278Bc2IzPEV41-wa4Cx_IQZMw

busybox/busybox-1.00-pre10/bb-iproute-iftunnel.patch [new file with mode: 0644]
busybox/busybox_1.00-pre10.oe

diff --git a/busybox/busybox-1.00-pre10/bb-iproute-iftunnel.patch b/busybox/busybox-1.00-pre10/bb-iproute-iftunnel.patch
new file mode 100644 (file)
index 0000000..e69de29
index 3e17510..a60be7f 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r1"
+PR = "r2"
 LICENSE = "GPL"
 DEPENDS = "virtual/libc"
 DESCRIPTION = "BusyBox version ${PV}. \
@@ -11,7 +11,8 @@ functionality and behave very much like their GNU counterparts. BusyBox \
 provides a fairly complete POSIX environment for any small or embedded \
 system."
 
-SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz"
+SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
+       file://${FILESDIR}/bb-iproute-iftunnel.patch;patch=1"
 S = "${WORKDIR}/busybox-${PV}"
 export EXTRA_CFLAGS = "${CFLAGS}"
 EXTRA_OEMAKE_append = " CROSS=${HOST_PREFIX}"