From: Richard Purdie Date: Fri, 22 Nov 2013 09:24:04 +0000 (+0000) Subject: ethtool: Fix ptest compile X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~35369 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dd8653fdcda5e0e8b4f3c37a46f357bc97ec66c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ethtool: Fix ptest compile 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 --- diff --git a/meta/recipes-extended/ethtool/ethtool_3.12.1.bb b/meta/recipes-extended/ethtool/ethtool_3.12.1.bb index 19bca2fa0b7..661500994e7 100644 --- a/meta/recipes-extended/ethtool/ethtool_3.12.1.bb +++ b/meta/recipes-extended/ethtool/ethtool_3.12.1.bb @@ -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 () {