diff options
| author | Ryan Barnett <rjbarnet@rockwellcollins.com> | 2013-09-05 08:32:26 -0500 |
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-05 15:45:42 +0200 |
| commit | 66c0d5d05c1a81a5b4b3d4d780af4229c9c79662 (patch) | |
| tree | d786d502c39fa2f0260684c5f287ff06d46e2994 /package/util-linux/util-linux-004-xtensa-support.patch | |
| parent | 2b5650cf7ffb6800d56d620aca7377500cc26b37 (diff) | |
| download | buildroot-66c0d5d05c1a81a5b4b3d4d780af4229c9c79662.tar.gz buildroot-66c0d5d05c1a81a5b4b3d4d780af4229c9c79662.zip | |
util-linux: bump version to 2.23
Removed patches that were are now in version 2.23 of util-linux along with
fixed up other patches so they apply cleanly.
Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/util-linux/util-linux-004-xtensa-support.patch')
| -rw-r--r-- | package/util-linux/util-linux-004-xtensa-support.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/util-linux/util-linux-004-xtensa-support.patch b/package/util-linux/util-linux-004-xtensa-support.patch deleted file mode 100644 index abec5d9e30..0000000000 --- a/package/util-linux/util-linux-004-xtensa-support.patch +++ /dev/null @@ -1,16 +0,0 @@ -Forward-port of xtensa support patch to util-linux-2.22.2 by ?? - -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> - -diff -Nura util-linux-2.22.2/fdisks/fdiskbsdlabel.h util-linux-2.22.2.xtensa/fdisks/fdiskbsdlabel.h ---- util-linux-2.22.2/fdisks/fdiskbsdlabel.h 2012-12-12 17:04:47.898355058 -0300 -+++ util-linux-2.22.2.xtensa/fdisks/fdiskbsdlabel.h 2013-03-07 18:17:32.292723061 -0300 -@@ -48,7 +48,7 @@ - - #if defined (__i386__) || defined (__sparc__) || defined (__arm__) || \ - defined (__mips__) || defined (__s390__) || defined (__sh__) || \ -- defined (__aarch64__) || \ -+ defined (__aarch64__) || defined (__xtensa__) || \ - defined(__x86_64__) || defined (__avr32__) || defined(__cris__) - #define BSD_LABELSECTOR 1 - #define BSD_LABELOFFSET 0 |

