libsoup: Remove strange staging hacks fixing incompatibilities with libsoup-2.4

This commit is contained in:
Richard Purdie 2008-12-02 14:30:01 +00:00
parent 181042f4e8
commit 11f0e58005

View File

@ -1,6 +1,7 @@
DESCRIPTION = "An HTTP library implementation in C"
LICENSE = "GPL"
SECTION = "x11/gnome/libs"
PR = "r1"
DEPENDS = "glib-2.0 gnutls libxml2"
@ -13,7 +14,5 @@ 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
}