mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
libsoup: stage pkgconfig file in proper location (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1877 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
LICENSE = "GPL"
|
||||
DESCRIPTION = "An HTTP library implementation in C"
|
||||
LICENSE = "GPL"
|
||||
SECTION = "x11/gnome/libs"
|
||||
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2"
|
||||
|
||||
DEPENDS = "glib-2.0 gnutls libxml2"
|
||||
|
||||
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
FILES_${PN} = "${libdir}/lib*.so.*"
|
||||
@@ -11,6 +13,7 @@ FILES_${PN}-dev = "${includedir}/ ${libdir}/"
|
||||
FILES_${PN}-doc = "${datadir}/"
|
||||
|
||||
do_stage() {
|
||||
rm -f ${PKG_CONFIG_PATH}/libsoup*
|
||||
autotools_stage_all
|
||||
ln -s ${STAGING_DATADIR}/pkgconfig/libsoup.pc ${STAGING_DATADIR}/pkgconfig/libsoup-2.2.pc
|
||||
ln -sf ${PKG_CONFIG_PATH}/libsoup.pc ${PKG_CONFIG_PATH}/libsoup-2.2.pc
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user