diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-10-30 12:41:17 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-06 17:49:37 +0100 |
commit | abeb107be132687ff98f4de3e5e81fb6781a07d3 (patch) | |
tree | 7d58d3303ee139ed9eac26cd45083245442f8bd3 /meta-oe | |
parent | 9a8268fbd5b2461163b035f3eed7ce05be822b32 (diff) | |
download | meta-openembedded-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.bb | 2 |
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 () { | |||
12 | install -dm755 ${D}${includedir} | 12 | install -dm755 ${D}${includedir} |
13 | install -m 0644 ${S}/src/*.h ${D}${includedir} | 13 | install -m 0644 ${S}/src/*.h ${D}${includedir} |
14 | } | 14 | } |
15 | |||
16 | BBCLASSEXTEND = "native" | ||