aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/util-linux-ng/util-linux-ng-2.17/fdiskbsdlabel.h-nios2.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-03-15 11:31:22 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-15 11:31:22 +0100
commiteec6ab97f712e06eb52c9f7c99e19ffab3ce9d74 (patch)
treec33aba210e4b950d0e3a440514c5e1362079083e /recipes-core/util-linux-ng/util-linux-ng-2.17/fdiskbsdlabel.h-nios2.patch
parent646851a1c5e38af9d5a5d0ec95f3d17caa2ef886 (diff)
downloadmeta-openembedded-eec6ab97f712e06eb52c9f7c99e19ffab3ce9d74.tar.gz
util-linux-ng: drop, this is present in oe-core as plain util-linux
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-core/util-linux-ng/util-linux-ng-2.17/fdiskbsdlabel.h-nios2.patch')
-rw-r--r--recipes-core/util-linux-ng/util-linux-ng-2.17/fdiskbsdlabel.h-nios2.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-core/util-linux-ng/util-linux-ng-2.17/fdiskbsdlabel.h-nios2.patch b/recipes-core/util-linux-ng/util-linux-ng-2.17/fdiskbsdlabel.h-nios2.patch
deleted file mode 100644
index 5b5051e954..0000000000
--- a/recipes-core/util-linux-ng/util-linux-ng-2.17/fdiskbsdlabel.h-nios2.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: util-linux-ng-2.17/fdisk/fdiskbsdlabel.h
-===================================================================
---- util-linux-ng-2.17.orig/fdisk/fdiskbsdlabel.h 2010-07-07 14:13:04.073530165 +0200
-+++ util-linux-ng-2.17/fdisk/fdiskbsdlabel.h 2010-07-07 14:13:43.053535150 +0200
-@@ -48,7 +48,8 @@
-
- #if defined (i386) || defined (__sparc__) || defined (__arm__) || \
- defined (__mips__) || defined (__s390__) || defined (__sh__) || \
-- defined(__x86_64__) || defined (__avr32__) || defined(__cris__)
-+ defined(__x86_64__) || defined (__avr32__) || defined(__cris__) || \
-+ defined (__nios2__)
- #define BSD_LABELSECTOR 1
- #define BSD_LABELOFFSET 0
- #elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__)