summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/freetype
diff options
context:
space:
mode:
authorFelipe F. Tonello <eu@felipetonello.com>2016-07-15 17:36:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-20 10:24:55 +0100
commit2db2724c4386fc07bd667060eb12b479747e0d35 (patch)
treec7d557098f0e9e1cf13734020ee26d81e8ef1a50 /meta/recipes-graphics/freetype
parentc6f24481b2fc965eeebca5508d68f1b9e5b3f212 (diff)
downloadopenembedded-core-contrib-2db2724c4386fc07bd667060eb12b479747e0d35.tar.gz
recipes-graphics: Added native and nativesdk support for some libraries
These libraries are used in some recipes outside oe-core, so we should add this class support to avoid duplication and bbappends on other layers. Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/freetype')
-rw-r--r--meta/recipes-graphics/freetype/freetype_2.6.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/freetype/freetype_2.6.5.bb b/meta/recipes-graphics/freetype/freetype_2.6.5.bb
index b8cac1c5c3..97dde3a626 100644
--- a/meta/recipes-graphics/freetype/freetype_2.6.5.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.6.5.bb
@@ -46,4 +46,4 @@ do_install_append() {
BINCONFIG = "${bindir}/freetype-config"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"