Merge bk://oe-devel.bkbits.net/openembedded
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Sun, 5 Jun 2005 22:40:08 +0000 (22:40 +0000)
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Sun, 5 Jun 2005 22:40:08 +0000 (22:40 +0000)
into  bkbits.net:/repos/n/nslu2-linux/openembedded

2005/06/05 23:33:13+01:00 reciva.com!pb
apply patch for modutils compile failure with gcc4

2005/06/05 23:18:11+01:00 reciva.com!pb
patch busybox bogosities causing compile failure with gcc 4.0.0

BKrev: 42a37f48ppNNsV-Yx-ZlvvH3bDCi7Q

packages/busybox/busybox-1.00/gzip-spurious-const.patch [new file with mode: 0644]
packages/busybox/busybox-1.00/ifupdown-spurious-environ.patch [new file with mode: 0644]
packages/busybox/busybox_1.00.bb
packages/modutils/modutils-2.4.27/gcc4.patch [new file with mode: 0644]
packages/modutils/modutils_2.4.27.bb

diff --git a/packages/busybox/busybox-1.00/gzip-spurious-const.patch b/packages/busybox/busybox-1.00/gzip-spurious-const.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/busybox/busybox-1.00/ifupdown-spurious-environ.patch b/packages/busybox/busybox-1.00/ifupdown-spurious-environ.patch
new file mode 100644 (file)
index 0000000..e69de29
index b15d568..2f19294 100644 (file)
@@ -27,6 +27,8 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
           file://mount-all-type.patch;patch=1 \
            file://celf-ash-builtins.patch;patch=1 \
           file://dhcp-hostname.patch;patch=1 \
+          file://ifupdown-spurious-environ.patch;patch=1 \
+          file://gzip-spurious-const.patch;patch=1 \
            file://defconfig \
            file://busybox-cron \
           file://busybox-httpd \
diff --git a/packages/modutils/modutils-2.4.27/gcc4.patch b/packages/modutils/modutils-2.4.27/gcc4.patch
new file mode 100644 (file)
index 0000000..e69de29
index 0b74632..9fa7cef 100644 (file)
@@ -10,7 +10,8 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/v2.4/modutils-${
            file://modutils-notest.patch;patch=1 \
            file://configure.patch;patch=1 \
            file://program_prefix.patch;patch=1 \
-           file://armeb.patch;patch=1"
+           file://armeb.patch;patch=1 \
+          file://gcc4.patch;patch=1"
 
 inherit autotools