From 442aa88f95d6c4a921aa3d4de91f54d50bd0cd35 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 7 Mar 2013 12:46:37 +0000 Subject: util-linux: bump version and revamp options Bump to latest 2.22.2 version and revamp available options. * Remove the assumed enable/disable defaults since these seem to change quite often, so do what's wise and always enable/disable things. * Switch from build "X" menu options to just X, add some help and sort. * Introduce new option to install binaries (or not) to reduce bloat for packages that just need libblkid and/or libuuid. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- .../util-linux/util-linux-004-xtensa-support.patch | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'package/util-linux/util-linux-004-xtensa-support.patch') diff --git a/package/util-linux/util-linux-004-xtensa-support.patch b/package/util-linux/util-linux-004-xtensa-support.patch index ab294cc04..abec5d9e3 100644 --- a/package/util-linux/util-linux-004-xtensa-support.patch +++ b/package/util-linux/util-linux-004-xtensa-support.patch @@ -1,11 +1,16 @@ ---- util-linux-2.20.1/fdisk/fdiskbsdlabel.h.orig 2013-01-21 19:17:58.023049856 -0800 -+++ util-linux-2.20.1/fdisk/fdiskbsdlabel.h 2013-01-21 19:18:09.867050151 -0800 -@@ -49,7 +49,7 @@ - #if defined (i386) || defined (__sparc__) || defined (__arm__) || \ +Forward-port of xtensa support patch to util-linux-2.22.2 by ?? + +Signed-off-by: Gustavo Zacarias + +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(__x86_64__) || defined (__avr32__) || defined(__cris__) || \ -- defined(__aarch64__) -+ defined(__aarch64__) || defined(__xtensa__) +- defined (__aarch64__) || \ ++ defined (__aarch64__) || defined (__xtensa__) || \ + defined(__x86_64__) || defined (__avr32__) || defined(__cris__) #define BSD_LABELSECTOR 1 #define BSD_LABELOFFSET 0 - #elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__) -- cgit v1.2.3