diff options
-rw-r--r-- | meta-oe/recipes-support/gd/gd_2.1.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gd/gd_2.1.1.bb b/meta-oe/recipes-support/gd/gd_2.1.1.bb index 62008dfb32..85c7e6a051 100644 --- a/meta-oe/recipes-support/gd/gd_2.1.1.bb +++ b/meta-oe/recipes-support/gd/gd_2.1.1.bb | |||
@@ -32,6 +32,11 @@ EXTRA_OECONF += " --disable-rpath \ | |||
32 | 32 | ||
33 | EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' | 33 | EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' |
34 | 34 | ||
35 | do_install_append() { | ||
36 | # cleanup buildpaths from gdlib.pc | ||
37 | sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gdlib.pc | ||
38 | } | ||
39 | |||
35 | PACKAGES += "${PN}-tools" | 40 | PACKAGES += "${PN}-tools" |
36 | 41 | ||
37 | FILES_${PN} = "${libdir}/lib*${SOLIBS}" | 42 | FILES_${PN} = "${libdir}/lib*${SOLIBS}" |