[oe-commits] org.oe.dev Fixed sort path in updatedb.

utx commit openembedded-commits at lists.openembedded.org
Fri Feb 22 00:09:14 UTC 2008


Fixed sort path in updatedb.
* Set ac_cv_path_SORT to the correct value.

Author: utx at openembedded.org
Branch: org.openembedded.dev
Revision: 135f1243bae7b8d2761f12a5ee4792c0fdd61cd7
ViewMTN: http://monotone.openembedded.org/revision/info/135f1243bae7b8d2761f12a5ee4792c0fdd61cd7
Files:
1
packages/findutils/findutils_4.2.29.bb
Diffs:

#
# mt diff -r10f5781373bfbdafa21a883ed42516d2cfee1d53 -r135f1243bae7b8d2761f12a5ee4792c0fdd61cd7
#
# 
# 
# patch "packages/findutils/findutils_4.2.29.bb"
#  from [0bc78266cc3e6188b14e673728b00f4816ca45e4]
#    to [484641642c9075f098198e29a57416b0b574e8f9]
# 
============================================================
--- packages/findutils/findutils_4.2.29.bb	0bc78266cc3e6188b14e673728b00f4816ca45e4
+++ packages/findutils/findutils_4.2.29.bb	484641642c9075f098198e29a57416b0b574e8f9
@@ -1,5 +1,7 @@ require findutils.inc
 require findutils.inc
 
+EXTRA_OECONF += " ac_cv_path_SORT=/usr/bin/sort "
+
 do_install_append () {
         mv ${D}${bindir}/find ${D}${bindir}/find.${PN}
         mv ${D}${bindir}/xargs ${D}${bindir}/xargs.${PN}






More information about the Openembedded-commits mailing list