libsoup: do not remove all libsoup pkg-config files (conflicts with 2.4)

This commit is contained in:
Marcin Juszkiewicz 2009-02-10 17:07:39 +01:00
parent f82f89d48a
commit 67063df452

View File

@ -3,6 +3,7 @@ LICENSE = "GPL"
SECTION = "x11/gnome/libs"
DEPENDS = "glib-2.0 gnutls libxml2"
PR = "r1"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2"
@ -13,7 +14,6 @@ FILES_${PN}-dev = "${includedir}/ ${libdir}/"
FILES_${PN}-doc = "${datadir}/"
do_stage() {
rm -f ${PKG_CONFIG_DIR}/libsoup*
autotools_stage_all
ln -sf ${PKG_CONFIG_DIR}/libsoup.pc ${PKG_CONFIG_DIR}/libsoup-2.2.pc
}