mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
libsoup: Remove strange staging hacks fixing incompatibilities with libsoup-2.4
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user