mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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:
committed by
Khem Raj
parent
e59f46e45c
commit
86193cd563
@@ -35,7 +35,7 @@ EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
|
|||||||
|
|
||||||
DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized"
|
DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized"
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append_class-target() {
|
||||||
# cleanup buildpaths from gdlib.pc
|
# cleanup buildpaths from gdlib.pc
|
||||||
sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/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"
|
RDEPENDS_${PN}-tools = "perl perl-module-strict"
|
||||||
|
|
||||||
CVE_PRODUCT = "libgd"
|
CVE_PRODUCT = "libgd"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user