[oe-commits] unknown utillinux: add patch to fix avr32 compilation

koen commit openembedded-commits at lists.openembedded.org
Wed Jan 23 17:59:10 UTC 2008


utillinux: add patch to fix avr32 compilation

Author: koen at openembedded.org
Branch: unknown
Revision: 60f3f7257c87260b9f2c3fcfb6e4bd01f7c5b70e
ViewMTN: http://monotone.openembedded.org/revision/info/60f3f7257c87260b9f2c3fcfb6e4bd01f7c5b70e
Files:
1
packages/util-linux/files/fdiskbsdlabel-avr32.patch
packages/util-linux/util-linux_2.12r.bb
Diffs:

#
# mt diff -r6570be85097c98af0508238f19359b4f5aeb0b02 -r60f3f7257c87260b9f2c3fcfb6e4bd01f7c5b70e
#
# 
# 
# add_file "packages/util-linux/files/fdiskbsdlabel-avr32.patch"
#  content [b0d2afa882e680e4be4fff1ab6016d9ea30e0618]
# 
# patch "packages/util-linux/util-linux_2.12r.bb"
#  from [f6fbb55ffc20768be6397e3ce9d25b88de00f9a8]
#    to [cd1ffadd74407478ab993df8ff54255f5470ed57]
# 
============================================================
--- packages/util-linux/files/fdiskbsdlabel-avr32.patch	b0d2afa882e680e4be4fff1ab6016d9ea30e0618
+++ packages/util-linux/files/fdiskbsdlabel-avr32.patch	b0d2afa882e680e4be4fff1ab6016d9ea30e0618
@@ -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__)
============================================================
--- packages/util-linux/util-linux_2.12r.bb	f6fbb55ffc20768be6397e3ce9d25b88de00f9a8
+++ packages/util-linux/util-linux_2.12r.bb	cd1ffadd74407478ab993df8ff54255f5470ed57
@@ -1,7 +1,8 @@ SRC_URI += "file://glibc-umount2.patch;p
 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 = "r13"
-PR = "r12"






More information about the Openembedded-commits mailing list