From patchwork Tue Jan 10 05:54:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, PULL, 17/22] util-linux: Enable fallocate and use CACHED_CONFIGUREVARS Date: Tue, 10 Jan 2012 05:54:11 -0000 From: Saul Wold X-Patchwork-Id: 18869 Message-Id: <98b25f7f4e8141bfbadded14db44b947fed68fab.1326174744.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Khem Raj fallocate is implemented in eglibc 2.11 and all eglibc we use are greater than 2.11 so drop disabling it. Use CACHED_CONFIGUREVARS to specify scanf_cv_type_modifier=as Signed-off-by: Khem Raj --- meta/recipes-core/util-linux/util-linux_2.20.1.bb | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux_2.20.1.bb b/meta/recipes-core/util-linux/util-linux_2.20.1.bb index aa2c6ff..ed445d7 100644 --- a/meta/recipes-core/util-linux/util-linux_2.20.1.bb +++ b/meta/recipes-core/util-linux/util-linux_2.20.1.bb @@ -1,5 +1,5 @@ MAJOR_VERSION = "2.20" -PR = "r1" +PR = "r2" require util-linux.inc # note that `lscpu' is under GPLv3+ @@ -39,9 +39,7 @@ do_remove_lscpu() { addtask remove_lscpu before do_configure after do_patch -# fallocate is glibc 2.10, fallocate64 is glibc 2.11 -# we need to disable it for older versions -EXTRA_OECONF += "ac_cv_func_fallocate=no scanf_cv_type_modifier=as" +CACHED_CONFIGUREVARS += "scanf_cv_type_modifier=as" EXTRA_OECONF_virtclass-native += "--disable-fallocate --disable-use-tty-group" do_install_append () {