From 263d5be381327ae8a877233ef4698813cdecf0d9 Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Mon, 29 Mar 2010 16:53:11 +0200 Subject: findutils: fix path of sort in updatedb * sort pointed to staging in updatedb script Signed-off-by: Thomas Zimmermann --- recipes/findutils/findutils.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/findutils') diff --git a/recipes/findutils/findutils.inc b/recipes/findutils/findutils.inc index 02b2b1bb5b..81831bfe11 100644 --- a/recipes/findutils/findutils.inc +++ b/recipes/findutils/findutils.inc @@ -8,7 +8,7 @@ BBCLASSEXTEND = "native" inherit autotools gettext -INC_PR = "r2" +INC_PR = "r3" # diffutils assumes non-glibc compilation with uclibc and # this causes it to generate its own implementations of @@ -17,6 +17,8 @@ INC_PR = "r2" # see diffutils.mk in buildroot) EXTRA_OECONF_linux-uclibc += "--without-included-regex" +EXTRA_OEMAKE += "SORT=${bindir}/sort" + do_install_append() { cd ${D}${bindir} && mv find find.findutils cd ${D}${bindir} && mv xargs xargs.findutils -- cgit 1.2.3-korg