summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Eggers <ceggers@arri.de>2020-06-09 08:32:11 +0200
committerKhem Raj <raj.khem@gmail.com>2020-06-10 20:55:27 -0700
commit86193cd56399b893df28896d48f8de93c62e2ec6 (patch)
treeba6080cadf3651f02e82b7d046a811665fe76324
parente59f46e45c227e6dbbd08daa04744d87e9266e0d (diff)
downloadmeta-openembedded-86193cd56399b893df28896d48f8de93c62e2ec6.tar.gz
gd: Extend for native and nativesdk
gd is required for msgcgen which is often used together with doxygen. Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/gd/gd_2.3.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/gd/gd_2.3.0.bb b/meta-oe/recipes-support/gd/gd_2.3.0.bb
index eec8a05ae..554e07fd3 100644
--- a/meta-oe/recipes-support/gd/gd_2.3.0.bb
+++ b/meta-oe/recipes-support/gd/gd_2.3.0.bb
@@ -35,7 +35,7 @@ EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
35 35
36DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized" 36DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized"
37 37
38do_install_append() { 38do_install_append_class-target() {
39 # cleanup buildpaths from gdlib.pc 39 # cleanup buildpaths from gdlib.pc
40 sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gdlib.pc 40 sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gdlib.pc
41} 41}
@@ -50,3 +50,5 @@ RPROVIDES_${PN}-tools = "${PN}-tools"
50RDEPENDS_${PN}-tools = "perl perl-module-strict" 50RDEPENDS_${PN}-tools = "perl perl-module-strict"
51 51
52CVE_PRODUCT = "libgd" 52CVE_PRODUCT = "libgd"
53
54BBCLASSEXTEND = "native nativesdk"