mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 15:20:12 +00:00
gd: cleanup buildpaths from gdlib.pc
* gdlib.pc: -L/path/to/tmp/sysroots/qemux86-64/usr/lib64 -> -L/usr/lib64 Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
2cbfbf9944
commit
38ed53fcde
@@ -32,6 +32,11 @@ EXTRA_OECONF += " --disable-rpath \
|
|||||||
|
|
||||||
EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
|
EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
|
||||||
|
|
||||||
|
do_install_append() {
|
||||||
|
# cleanup buildpaths from gdlib.pc
|
||||||
|
sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gdlib.pc
|
||||||
|
}
|
||||||
|
|
||||||
PACKAGES += "${PN}-tools"
|
PACKAGES += "${PN}-tools"
|
||||||
|
|
||||||
FILES_${PN} = "${libdir}/lib*${SOLIBS}"
|
FILES_${PN} = "${libdir}/lib*${SOLIBS}"
|
||||||
|
|||||||
Reference in New Issue
Block a user