aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2014-09-18 15:15:51 +0200
committerAndreas Oberritter <obi@opendreambox.org>2015-02-23 17:15:52 +0100
commitaccaf4d1fddee8ea97f2bc84f6ff3485cc474156 (patch)
tree396abee4956179293eb7c2c1abc440ebeab28af3
parent65e8fbe02533e8f713755ea2576cbbe8d2af93ea (diff)
downloadopenembedded-core-contrib-accaf4d1fddee8ea97f2bc84f6ff3485cc474156.tar.gz
pth: enable native builds
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta/recipes-support/pth/pth_2.0.7.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/pth/pth_2.0.7.bb b/meta/recipes-support/pth/pth_2.0.7.bb
index 8cbab7d822..89a762300b 100644
--- a/meta/recipes-support/pth/pth_2.0.7.bb
+++ b/meta/recipes-support/pth/pth_2.0.7.bb
@@ -27,3 +27,5 @@ do_configure() {
( cd ${S}; autoconf )
oe_runconf
}
+
+BBCLASSEXTEND = "native"