1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 02:00:04 +00:00

util-linux: added 2.12r from OE (needed by fakeroot)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1478 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-04-11 11:08:20 +00:00
parent 5fc01adae4
commit c917bf85ab
13 changed files with 764 additions and 0 deletions
@@ -0,0 +1,12 @@
--- util-linux-2.12r/fdisk/fdiskbsdlabel.h.orig 2006-01-21 23:53:51.000000000 +0100
+++ util-linux-2.12r/fdisk/fdiskbsdlabel.h 2006-01-21 23:54:35.000000000 +0100
@@ -52,6 +52,9 @@
#elif defined (__s390__) || defined (__s390x__)
#define BSD_LABELSECTOR 1
#define BSD_LABELOFFSET 0
+#elif defined (__thumb__)
+#define BSD_LABELSECTOR 1
+#define BSD_LABELOFFSET 0
#else
#error unknown architecture
#endif