]> code.ossystems Code Review - openembedded-core.git/commitdiff
ethtool: Fix ptest compile
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Nov 2013 09:24:04 +0000 (09:24 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Nov 2013 09:26:08 +0000 (09:26 +0000)
buildtest-TESTS is a phony target and does nothing which results in a
do_install error since the tests aren't built. Since there isn't
a suitable make target but the number of tests are small, hardcode
the two to build to unbreak the build when ptest is enabled.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/ethtool/ethtool_3.12.1.bb

index 19bca2fa0b7a3e7604f3de9609d9be3b769e2464..661500994e708cc54ae0d3eacaa8f4244b9a4f54 100644 (file)
@@ -16,7 +16,7 @@ inherit autotools ptest
 RDEPENDS_${PN}-ptest += "make"
 
 do_compile_ptest() {
-   oe_runmake buildtest-TESTS
+   oe_runmake test-cmdline test-features
 }
 
 do_install_ptest () {