[oe-commits] Ross Burton : ptest: add recommends to ptest-runner

git at git.openembedded.org git at git.openembedded.org
Mon Apr 27 14:37:48 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: a9eededcb33b2ee41a061298610126436dfc2c11
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a9eededcb33b2ee41a061298610126436dfc2c11

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Apr 23 15:42:42 2015 +0100

ptest: add recommends to ptest-runner

If you're installing ptest packages into an image there's a good chance
you want to run the tests.  Assist with this by recommending
ptest-runner in the -ptest packages.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/ptest.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/ptest.bbclass b/meta/classes/ptest.bbclass
index 4e6f075..101ab9d 100644
--- a/meta/classes/ptest.bbclass
+++ b/meta/classes/ptest.bbclass
@@ -12,6 +12,7 @@ PTEST_ENABLED_class-nativesdk = ""
 PTEST_ENABLED_class-cross-canadian = ""
 RDEPENDS_${PN}-ptest_class-native = ""
 RDEPENDS_${PN}-ptest_class-nativesdk = ""
+RRECOMMENDS_${PN}-ptest += "ptest-runner"
 
 PACKAGES =+ "${@bb.utils.contains('PTEST_ENABLED', '1', '${PN}-ptest', '', d)}"
 



More information about the Openembedded-commits mailing list