mirror of
https://git.yoctoproject.org/poky
synced 2026-02-23 18:09:40 +01:00
Rebase the disable-lscpu patch for the updated source base, we only need to modify Makefile.am, since automake will regenerate the Makefile.in. (From OE-Core rev: a299d91ba422ed2ee34c1c54cdfaff4c88c60754) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
765 B
Diff
26 lines
765 B
Diff
Upstream-Status: Inappropriate [distribution]
|
|
|
|
Take out lscpu stuff from the code
|
|
|
|
2011/03/17
|
|
Saul Wold <saul.wold@intel.com>
|
|
Nitin A Kamble <nitin.a.kamble@intel.com>
|
|
|
|
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
|