mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
qt4-x11-free: fix post-processing of QtWebKit.pc
Previously it worked for qt4-embedded only. qt4-x11-free has X11 libs between -lwebcore and -ljscore. (From OE-Core rev: 5110f3894902db6e9a35cce40b91943b3b2ee237) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c54004403a
commit
02d5ea60b9
@@ -345,7 +345,8 @@ do_install() {
|
||||
-e 's#" -Wl,-rpath-link,${S}/lib/\?"##g' \
|
||||
-e 's#" -Wl,-rpath-link,${libdir}/\?"##g' \
|
||||
-e 's#Iin#I${in#g' \
|
||||
-e 's#-L\.\./\.\./WebCore/release\s\+-L\.\./\.\./JavaScriptCore/release\s\+-lwebcore\s\+-ljscore##g' \
|
||||
-e 's#-L\.\./\.\./WebCore/release\s\+-L\.\./\.\./JavaScriptCore/release\s\+-lwebcore##g' \
|
||||
-e 's#-ljscore##g' \
|
||||
${D}${libdir}/*.la ${D}${libdir}/*.prl ${D}${libdir}/pkgconfig/*.pc
|
||||
|
||||
sed -i -e s#" -Wl,-rpath-link,${S}/lib"##g \
|
||||
|
||||
Reference in New Issue
Block a user