aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2015-10-30 12:41:17 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-11-06 17:49:37 +0100
commitabeb107be132687ff98f4de3e5e81fb6781a07d3 (patch)
tree7d58d3303ee139ed9eac26cd45083245442f8bd3 /meta-oe
parent9a8268fbd5b2461163b035f3eed7ce05be822b32 (diff)
downloadmeta-openembedded-contrib-abeb107be132687ff98f4de3e5e81fb6781a07d3.tar.gz
uthash: add native extend
fontforge-native will require it Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/uthash/uthash_1.9.7.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/uthash/uthash_1.9.7.bb b/meta-oe/recipes-support/uthash/uthash_1.9.7.bb
index e5dde1a578..82a9f2a6a3 100644
--- a/meta-oe/recipes-support/uthash/uthash_1.9.7.bb
+++ b/meta-oe/recipes-support/uthash/uthash_1.9.7.bb
@@ -12,3 +12,5 @@ do_install () {
install -dm755 ${D}${includedir}
install -m 0644 ${S}/src/*.h ${D}${includedir}
}
+
+BBCLASSEXTEND = "native"