]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
findutils: Fix ptest dependency issue
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Mar 2023 18:12:08 +0000 (18:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Mar 2023 23:36:44 +0000 (23:36 +0000)
The options used with 'od' don't work with our busybox config.
Add a dependency on the full utility from coreutils to fix execution
in minimal images.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/findutils/findutils_4.9.0.bb

index e4ce8ee4ebfe945c5fea98916b9e90d2dda73089..074817df27cb3023df19391cc7e5e5fd7b126600 100644 (file)
@@ -14,7 +14,8 @@ CACHED_CONFIGUREVARS += "gl_cv_func_wcwidth_works=yes"
 
 EXTRA_OECONF += "ac_cv_path_SORT=${bindir}/sort"
 
-RDEPENDS:${PN}-ptest += "bash sed grep"
+# need od from coreutils for -t option
+RDEPENDS:${PN}-ptest += "bash sed grep coreutils"
 
 do_install_ptest:class-target() {
        mkdir -p ${D}${PTEST_PATH}/tests/