mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
libsoup: do not remove all libsoup pkg-config files (conflicts with 2.4)
This commit is contained in:
parent
f82f89d48a
commit
67063df452
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user