mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
2cbfbf9944
commit
38ed53fcde
|
|
@ -32,6 +32,11 @@ EXTRA_OECONF += " --disable-rpath \
|
|||
|
||||
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"
|
||||
|
||||
FILES_${PN} = "${libdir}/lib*${SOLIBS}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user