summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gd
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/gd')
-rw-r--r--meta-oe/recipes-support/gd/gd_2.3.2.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/gd/gd_2.3.2.bb b/meta-oe/recipes-support/gd/gd_2.3.2.bb
index 4e95fa9549..c9ed029f96 100644
--- a/meta-oe/recipes-support/gd/gd_2.3.2.bb
+++ b/meta-oe/recipes-support/gd/gd_2.3.2.bb
@@ -34,21 +34,21 @@ EXTRA_OECONF += " --disable-rpath \
34 34
35EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' 35EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
36 36
37DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized" 37DEBUG_OPTIMIZATION:append = " -Wno-error=maybe-uninitialized"
38 38
39do_install_append_class-target() { 39do_install:append:class-target() {
40 # cleanup buildpaths from gdlib.pc 40 # cleanup buildpaths from gdlib.pc
41 sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gdlib.pc 41 sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gdlib.pc
42} 42}
43 43
44PACKAGES += "${PN}-tools" 44PACKAGES += "${PN}-tools"
45 45
46FILES_${PN} = "${libdir}/lib*${SOLIBS}" 46FILES:${PN} = "${libdir}/lib*${SOLIBS}"
47FILES_${PN}-tools = "${bindir}/*" 47FILES:${PN}-tools = "${bindir}/*"
48 48
49PROVIDES += "${PN}-tools" 49PROVIDES += "${PN}-tools"
50RPROVIDES_${PN}-tools = "${PN}-tools" 50RPROVIDES:${PN}-tools = "${PN}-tools"
51RDEPENDS_${PN}-tools = "perl perl-module-strict" 51RDEPENDS:${PN}-tools = "perl perl-module-strict"
52 52
53CVE_PRODUCT = "libgd" 53CVE_PRODUCT = "libgd"
54 54