]> code.ossystems Code Review - openembedded-core.git/commit
findutils: fix sort dir on updatedb
authorRoy.Li <rongqing.li@windriver.com>
Wed, 25 Jul 2012 08:07:39 +0000 (16:07 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jul 2012 13:46:16 +0000 (14:46 +0100)
commit05c3c327370971eaa9d872a88782278126030229
tree487b37ad0b343ce35c1e8612fef641b8f7984cb4
parent18481095d237c84aef5cfb55b651443fed538550
findutils: fix sort dir on updatedb

[YOCTO #2826]

m4/nullsort.m4 tries to find sort dir, and write it to updatedb,
but nullsort.m4 is checking the host dir. Once the sort dirs on
target and host are different, updatedb will fail due to wrong
sort dir.

Since we always have sort under ${bindir}, so we can assign it
directly.

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/findutils/findutils_4.4.2.bb