summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gd
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-support/gd
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 4e95fa954..c9ed029f9 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