[OE-core] [PATCH] ethtool: add actual test names to make

Saul Wold sgw at linux.intel.com
Thu Nov 21 20:20:25 UTC 2013


Automake does not seem to be generating the correct target for buildtest-TESTS, which
the recipe was using.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta/recipes-extended/ethtool/ethtool_3.12.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/ethtool/ethtool_3.12.1.bb b/meta/recipes-extended/ethtool/ethtool_3.12.1.bb
index 19bca2f..6615009 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 () {
-- 
1.8.3.1




More information about the Openembedded-core mailing list