aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/native.bbclass
diff options
context:
space:
mode:
authorBjörn Stenberg <bjst@enea.com>2013-04-10 15:34:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-11 12:01:41 +0100
commit01bea4ef932e46eb2fcc8b4be7ff5e2b5b2a0978 (patch)
tree8f17078960e005eca6e64010b0bbdb5d4be11c55 /meta/classes/native.bbclass
parent5f6d33b05b4e7883f2728ca812cb5386d1e36989 (diff)
downloadopenembedded-core-contrib-01bea4ef932e46eb2fcc8b4be7ff5e2b5b2a0978.tar.gz
ptest bug fixes
Move ${PN}-ptest to start of PACKAGES to ensure all ptest files are packaged in the -ptest package. Add QA exclusions to insane.bbclass to ensure -ptest packages can contain any files they need. Disable ptest for native packages. Don't emit errors on missing _ptest functions. Signed-off-by: Björn Stenberg <bjst@enea.com> Signed-off-by: Anders Roxell <anders.roxell@enea.com> Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/native.bbclass')
-rw-r--r--meta/classes/native.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index bfc9e4c7db..cd930f0702 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -50,6 +50,9 @@ TOOLCHAIN_OPTIONS = ""
DEPENDS_GETTEXT = "gettext-native"
+# Don't build ptest natively
+PTEST_ENABLED = "0"
+
# Don't use site files for native builds
export CONFIG_SITE = ""