busybox 1.14.3: added a defined(__nios2__)
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Fri, 9 Jul 2010 15:01:43 +0000 (17:01 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Fri, 9 Jul 2010 15:01:43 +0000 (17:01 +0200)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/busybox/busybox-1.14.3/fdisk_nios2.patch [new file with mode: 0644]
recipes/busybox/busybox_1.14.3.bb

diff --git a/recipes/busybox/busybox-1.14.3/fdisk_nios2.patch b/recipes/busybox/busybox-1.14.3/fdisk_nios2.patch
new file mode 100644 (file)
index 0000000..f023f11
--- /dev/null
@@ -0,0 +1,13 @@
+Index: busybox-1.13.2/util-linux/fdisk_osf.c
+===================================================================
+--- busybox-1.13.2.orig/util-linux/fdisk_osf.c 2010-06-07 07:29:28.000000000 +0200
++++ busybox-1.13.2/util-linux/fdisk_osf.c      2010-06-07 07:29:32.000000000 +0200
+@@ -45,7 +45,7 @@
+ #if defined(i386) || defined(__sparc__) || defined(__arm__) \
+  || defined(__m68k__) || defined(__mips__) || defined(__s390__) \
+- || defined(__sh__) || defined(__x86_64__)
++ || defined(__sh__) || defined(__x86_64__) || defined (__nios2__)
+ #define BSD_LABELSECTOR   1
+ #define BSD_LABELOFFSET   0
+ #elif defined(__alpha__) || defined(__powerpc__) || defined(__ia64__) \
index ebe018c..ffbd71e 100644 (file)
@@ -1,10 +1,11 @@
 require busybox.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "\
   http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
+  file://fdisk_nios2.patch \
 \
   file://udhcpscript.patch \
   file://udhcpc-fix-nfsroot.patch \