diff options
Diffstat (limited to 'meta-oe/recipes-support/gd')
| -rw-r--r-- | meta-oe/recipes-support/gd/gd_2.3.2.bb | 12 |
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 | ||
| 35 | EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' | 35 | EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' |
| 36 | 36 | ||
| 37 | DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized" | 37 | DEBUG_OPTIMIZATION:append = " -Wno-error=maybe-uninitialized" |
| 38 | 38 | ||
| 39 | do_install_append_class-target() { | 39 | do_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 | ||
| 44 | PACKAGES += "${PN}-tools" | 44 | PACKAGES += "${PN}-tools" |
| 45 | 45 | ||
| 46 | FILES_${PN} = "${libdir}/lib*${SOLIBS}" | 46 | FILES:${PN} = "${libdir}/lib*${SOLIBS}" |
| 47 | FILES_${PN}-tools = "${bindir}/*" | 47 | FILES:${PN}-tools = "${bindir}/*" |
| 48 | 48 | ||
| 49 | PROVIDES += "${PN}-tools" | 49 | PROVIDES += "${PN}-tools" |
| 50 | RPROVIDES_${PN}-tools = "${PN}-tools" | 50 | RPROVIDES:${PN}-tools = "${PN}-tools" |
| 51 | RDEPENDS_${PN}-tools = "perl perl-module-strict" | 51 | RDEPENDS:${PN}-tools = "perl perl-module-strict" |
| 52 | 52 | ||
| 53 | CVE_PRODUCT = "libgd" | 53 | CVE_PRODUCT = "libgd" |
| 54 | 54 | ||
