[oe-commits] Richard Purdie : ptest: Disable for native recipes

git at git.openembedded.org git at git.openembedded.org
Fri Dec 20 12:24:28 UTC 2013


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Dec 18 17:12:55 2013 +0000

ptest: Disable for native recipes

We don't use or otherwise care about ptest for native recipes. Its therefore
pointless to take the performance hit for them and we can disable them.

(From OE-Core rev: f3d35bb4719d0b8f8e6fc5976e9dbfc0e2019c2e)

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 98c9139..ec10f80 100644
--- a/meta/classes/ptest.bbclass
+++ b/meta/classes/ptest.bbclass
@@ -7,6 +7,7 @@ FILES_${PN}-ptest = "${PTEST_PATH}"
 SECTION_${PN}-ptest = "devel"
 ALLOW_EMPTY_${PN}-ptest = "1"
 PTEST_ENABLED = "${@base_contains('DISTRO_FEATURES', 'ptest', '1', '0', d)}"
+PTEST_ENABLED_class-native = ""
 RDEPENDS_${PN}-ptest_virtclass-native = ""
 RDEPENDS_${PN}-ptest_virtclass-nativesdk = ""
 



More information about the Openembedded-commits mailing list