mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
efl: fix pkg-config files when B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
27724be322
commit
946664a26c
|
|
@ -14,7 +14,7 @@ do_configure_prepend() {
|
|||
}
|
||||
|
||||
do_install_prepend () {
|
||||
for i in `find ${S}/ -name "*.pc" -type f` ; do \
|
||||
for i in `find ${B}/ -name "*.pc" -type f` ; do \
|
||||
sed -i -e 's:-L${STAGING_LIBDIR}:-L\$\{libdir\}:g' -e 's:-I${STAGING_LIBDIR}:-I\$\{libdir\}:g' -e 's:-I${STAGING_INCDIR}:-I\$\{includedir\}:g' $i
|
||||
done
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user