mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
libsoup: Fix pkgconfig staging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2068 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -13,7 +13,7 @@ FILES_${PN}-dev = "${includedir}/ ${libdir}/"
|
|||||||
FILES_${PN}-doc = "${datadir}/"
|
FILES_${PN}-doc = "${datadir}/"
|
||||||
|
|
||||||
do_stage() {
|
do_stage() {
|
||||||
rm -f ${PKG_CONFIG_PATH}/libsoup*
|
rm -f ${PKG_CONFIG_DIR}/libsoup*
|
||||||
autotools_stage_all
|
autotools_stage_all
|
||||||
ln -sf ${PKG_CONFIG_PATH}/libsoup.pc ${PKG_CONFIG_PATH}/libsoup-2.2.pc
|
ln -sf ${PKG_CONFIG_DIR}/libsoup.pc ${PKG_CONFIG_DIR}/libsoup-2.2.pc
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user