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>
This commit is contained in:
Christian Eggers
2020-06-09 08:32:11 +02:00
committed by Khem Raj
parent e59f46e45c
commit 86193cd563
+3 -1
View File
@@ -35,7 +35,7 @@ EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized"
do_install_append() {
do_install_append_class-target() {
# cleanup buildpaths from gdlib.pc
sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gdlib.pc
}
@@ -50,3 +50,5 @@ RPROVIDES_${PN}-tools = "${PN}-tools"
RDEPENDS_${PN}-tools = "perl perl-module-strict"
CVE_PRODUCT = "libgd"
BBCLASSEXTEND = "native nativesdk"