diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-22 09:24:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-12 17:00:22 +0000 |
commit | 6fe4b4dc95a8a3f5d84d94dd68aee5161df9fc14 (patch) | |
tree | e76ed84a5378e4d51fe82139ef9a0f8e8b8ba74e /meta/recipes-extended/ethtool | |
parent | 0ed76a495f5d55d1ff9b92082082b0ab47a8eba0 (diff) | |
download | poky-6fe4b4dc95a8a3f5d84d94dd68aee5161df9fc14.tar.gz |
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.
(From OE-Core master rev: 5dd8653fdcda5e0e8b4f3c37a46f357bc97ec66c)
(From OE-Core rev: b9b213b43c5ff6aa7c04733ce035fc9832065328)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ethtool')
-rw-r--r-- | meta/recipes-extended/ethtool/ethtool_3.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ethtool/ethtool_3.10.bb b/meta/recipes-extended/ethtool/ethtool_3.10.bb index 83587d90be..d23c285cff 100644 --- a/meta/recipes-extended/ethtool/ethtool_3.10.bb +++ b/meta/recipes-extended/ethtool/ethtool_3.10.bb | |||
@@ -16,7 +16,7 @@ inherit autotools ptest | |||
16 | RDEPENDS_${PN}-ptest += "make" | 16 | RDEPENDS_${PN}-ptest += "make" |
17 | 17 | ||
18 | do_compile_ptest() { | 18 | do_compile_ptest() { |
19 | oe_runmake buildtest-TESTS | 19 | oe_runmake test-cmdline test-features |
20 | } | 20 | } |
21 | 21 | ||
22 | do_install_ptest () { | 22 | do_install_ptest () { |