findutils: fix path of sort in updatedb
authorThomas Zimmermann <ml@vdm-design.de>
Mon, 29 Mar 2010 14:53:11 +0000 (16:53 +0200)
committerThomas Zimmermann <ml@vdm-design.de>
Mon, 29 Mar 2010 14:53:11 +0000 (16:53 +0200)
* sort pointed to staging in updatedb script

Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
recipes/findutils/findutils.inc

index 02b2b1b..81831bf 100644 (file)
@@ -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