From 9cb35b41c803bd0d1904b2dc0e14624fa7ea6e95 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 27 Feb 2012 00:45:48 -0800 Subject: util-linux: Update to 2.21 This updates various checksums for the COPYING files, which moved in the process no changes to Licenses Tweak the scanf_cv_alloc_modifier and rebase the patch Signed-off-by: Saul Wold --- .../util-linux/util-linux-2.21/remove-lscpu.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta/recipes-core/util-linux/util-linux-2.21/remove-lscpu.patch (limited to 'meta/recipes-core/util-linux/util-linux-2.21/remove-lscpu.patch') diff --git a/meta/recipes-core/util-linux/util-linux-2.21/remove-lscpu.patch b/meta/recipes-core/util-linux/util-linux-2.21/remove-lscpu.patch new file mode 100644 index 000000000..434e28d63 --- /dev/null +++ b/meta/recipes-core/util-linux/util-linux-2.21/remove-lscpu.patch @@ -0,0 +1,25 @@ +Upstream-Status: Inappropriate [distribution] + +Take out lscpu stuff from the code + +2011/03/17 +Saul Wold +Nitin A Kamble + +Index: util-linux-2.20.1/sys-utils/Makefile.am +=================================================================== +--- util-linux-2.20.1.orig/sys-utils/Makefile.am ++++ util-linux-2.20.1/sys-utils/Makefile.am +@@ -17,12 +17,6 @@ usrsbin_exec_PROGRAMS += ldattach tunelp + dist_man_MANS += dmesg.1 ctrlaltdel.8 cytune.8 setarch.8 \ + ldattach.8 tunelp.8 rtcwake.8 fsfreeze.8 fstrim.8 + +-if HAVE_CPU_SET_T +-usrbin_exec_PROGRAMS += lscpu +-lscpu_SOURCES = lscpu.c $(top_srcdir)/lib/cpuset.c $(top_srcdir)/lib/strutils.c +-dist_man_MANS += lscpu.1 +-endif +- + endif + + cytune_SOURCES = cytune.c cyclades.h -- cgit v1.2.3