diff options
| -rw-r--r-- | meta-oe/recipes-support/gd/gd_2.3.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/gd/gd_2.3.0.bb b/meta-oe/recipes-support/gd/gd_2.3.0.bb index eec8a05ae8..554e07fd3c 100644 --- a/meta-oe/recipes-support/gd/gd_2.3.0.bb +++ b/meta-oe/recipes-support/gd/gd_2.3.0.bb | |||
| @@ -35,7 +35,7 @@ EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' | |||
| 35 | 35 | ||
| 36 | DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized" | 36 | DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized" |
| 37 | 37 | ||
| 38 | do_install_append() { | 38 | do_install_append_class-target() { |
| 39 | # cleanup buildpaths from gdlib.pc | 39 | # cleanup buildpaths from gdlib.pc |
| 40 | sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gdlib.pc | 40 | sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gdlib.pc |
| 41 | } | 41 | } |
| @@ -50,3 +50,5 @@ RPROVIDES_${PN}-tools = "${PN}-tools" | |||
| 50 | RDEPENDS_${PN}-tools = "perl perl-module-strict" | 50 | RDEPENDS_${PN}-tools = "perl perl-module-strict" |
| 51 | 51 | ||
| 52 | CVE_PRODUCT = "libgd" | 52 | CVE_PRODUCT = "libgd" |
| 53 | |||
| 54 | BBCLASSEXTEND = "native nativesdk" | ||
