diff options
author | Christian Eggers <ceggers@arri.de> | 2020-06-09 08:32:11 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-10 20:55:27 -0700 |
commit | 86193cd56399b893df28896d48f8de93c62e2ec6 (patch) | |
tree | ba6080cadf3651f02e82b7d046a811665fe76324 /meta-oe/recipes-support/gd | |
parent | e59f46e45c227e6dbbd08daa04744d87e9266e0d (diff) | |
download | meta-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>
Diffstat (limited to 'meta-oe/recipes-support/gd')
-rw-r--r-- | meta-oe/recipes-support/gd/gd_2.3.0.bb | 4 |
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 | ||
36 | DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized" | 36 | DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized" |
37 | 37 | ||
38 | do_install_append() { | 38 | do_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" | |||
50 | RDEPENDS_${PN}-tools = "perl perl-module-strict" | 50 | RDEPENDS_${PN}-tools = "perl perl-module-strict" |
51 | 51 | ||
52 | CVE_PRODUCT = "libgd" | 52 | CVE_PRODUCT = "libgd" |
53 | |||
54 | BBCLASSEXTEND = "native nativesdk" | ||