[oe-commits] Thomas Zimmermann : findutils: fix path of sort in updatedb

git version control git at git.openembedded.org
Mon Mar 29 19:08:23 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 263d5be381327ae8a877233ef4698813cdecf0d9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=263d5be381327ae8a877233ef4698813cdecf0d9

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Mon Mar 29 16:53:11 2010 +0200

findutils: fix path of sort in updatedb

* sort pointed to staging in updatedb script

Signed-off-by: Thomas Zimmermann <ml at vdm-design.de>

---

 recipes/findutils/findutils.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/findutils/findutils.inc b/recipes/findutils/findutils.inc
index 02b2b1b..81831bf 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





More information about the Openembedded-commits mailing list