diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/util-linux/files/fdiskbsdlabel-avr32.patch | 11 | ||||
-rw-r--r-- | packages/util-linux/util-linux_2.12r.bb | 3 |
2 files changed, 13 insertions, 1 deletions
diff --git a/packages/util-linux/files/fdiskbsdlabel-avr32.patch b/packages/util-linux/files/fdiskbsdlabel-avr32.patch new file mode 100644 index 0000000000..4a7d8f4dc8 --- /dev/null +++ b/packages/util-linux/files/fdiskbsdlabel-avr32.patch @@ -0,0 +1,11 @@ +--- /tmp/fdiskbsdlabel.h 2007-09-14 08:52:56.188364759 +0200 ++++ util-linux-2.12r/fdisk/fdiskbsdlabel.h 2007-09-14 08:53:31.279986639 +0200 +@@ -43,7 +43,7 @@ + + #define BSD_LINUX_BOOTDIR "/usr/ucb/mdec" + +-#if defined (i386) || defined (__sparc__) || defined (__arm__) || defined (__mips__) || defined (__s390__) || defined (__sh__) || defined(__x86_64__) ++#if defined (i386) || defined (__sparc__) || defined (__arm__) || defined (__mips__) || defined (__s390__) || defined (__sh__) || defined(__x86_64__) || defined(__avr32__) + #define BSD_LABELSECTOR 1 + #define BSD_LABELOFFSET 0 + #elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__) diff --git a/packages/util-linux/util-linux_2.12r.bb b/packages/util-linux/util-linux_2.12r.bb index 9d4b59c855..7f8c3dd9f8 100644 --- a/packages/util-linux/util-linux_2.12r.bb +++ b/packages/util-linux/util-linux_2.12r.bb @@ -3,5 +3,6 @@ require util-linux.inc SRC_URI += "file://util-linux_2.12r-12.diff.gz;patch=1" SRC_URI += "file://glibc-fix.patch;patch=1" SRC_URI += "file://glibc-umount2.patch;patch=1" +SRC_URI += "file://fdiskbsdlabel-avr32.patch;patch=1" -PR = "r12" +PR = "r13" |