From abeb107be132687ff98f4de3e5e81fb6781a07d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 30 Oct 2015 12:41:17 +0100 Subject: [PATCH] uthash: add native extend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fontforge-native will require it Signed-off-by: Andreas Müller --- meta-oe/recipes-support/uthash/uthash_1.9.7.bb | 2 ++ 1 file changed, 2 insertions(+) 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"