From ec2b5f821555808b163a068b5193e1155ef5e03c Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 7 Aug 2013 14:04:03 +1000 Subject: util-linux: 2.23.2 contains submitted patch * oe-core master has updated to use util-linux 2.23.2 Signed-off-by: Nathan Rossi --- ...d-support-for-the-MicroBlaze-architecture.patch | 29 ---------------------- recipes-core/util-linux/util-linux_2.23.1.bbappend | 5 ---- 2 files changed, 34 deletions(-) delete mode 100644 recipes-core/util-linux/files/fdisk-add-support-for-the-MicroBlaze-architecture.patch delete mode 100644 recipes-core/util-linux/util-linux_2.23.1.bbappend diff --git a/recipes-core/util-linux/files/fdisk-add-support-for-the-MicroBlaze-architecture.patch b/recipes-core/util-linux/files/fdisk-add-support-for-the-MicroBlaze-architecture.patch deleted file mode 100644 index 0a2d71ff..00000000 --- a/recipes-core/util-linux/files/fdisk-add-support-for-the-MicroBlaze-architecture.patch +++ /dev/null @@ -1,29 +0,0 @@ -From: Nathan Rossi -Date: Fri, 7 Jun 2013 14:03:41 +1000 -Subject: [PATCH] fdisk: add support for the MicroBlaze architecture - -Add support to fdisk for the MicroBlaze architecture. - -Signed-off-by: Nathan Rossi -Upstream-Status: Submitted ---- - fdisks/fdiskbsdlabel.h | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) - -diff --git a/fdisks/fdiskbsdlabel.h b/fdisks/fdiskbsdlabel.h -index 8c4e4e7..69f1065 100644 ---- a/fdisks/fdiskbsdlabel.h -+++ b/fdisks/fdiskbsdlabel.h -@@ -49,7 +49,8 @@ - #if defined (__i386__) || defined (__sparc__) || defined (__arm__) || \ - defined (__mips__) || defined (__s390__) || defined (__sh__) || \ - defined (__aarch64__) || defined(__xtensa__) || \ -- defined(__x86_64__) || defined (__avr32__) || defined(__cris__) -+ defined (__x86_64__) || defined (__avr32__) || defined(__cris__) || \ -+ defined (__microblaze__) - #define BSD_LABELSECTOR 1 - #define BSD_LABELOFFSET 0 - #elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__) --- -1.7.5.4 - diff --git a/recipes-core/util-linux/util-linux_2.23.1.bbappend b/recipes-core/util-linux/util-linux_2.23.1.bbappend deleted file mode 100644 index 01e37383..00000000 --- a/recipes-core/util-linux/util-linux_2.23.1.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -FILESEXTRAPATHS := "${THISDIR}/files" - -# Apply patch to add "microblaze" support to util-linux -SRC_URI += "file://fdisk-add-support-for-the-MicroBlaze-architecture.patch" - -- cgit v1.2.3-54-g00ecf