aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/gnome/libsoup_2.2.100.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/gnome/libsoup_2.2.100.bb b/meta/packages/gnome/libsoup_2.2.100.bb
index ed2d1a9659..228ad8f602 100644
--- a/meta/packages/gnome/libsoup_2.2.100.bb
+++ b/meta/packages/gnome/libsoup_2.2.100.bb
@@ -3,11 +3,11 @@ LICENSE = "GPL"
SECTION = "x11/gnome/libs"
DEPENDS = "glib-2.0 gnutls libxml2"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2"
-inherit autotools pkgconfig
+inherit autotools
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev = "${includedir}/ ${libdir}/"
@@ -15,5 +15,6 @@ FILES_${PN}-doc = "${datadir}/"
do_stage() {
autotools_stage_all
- ln -sf ${PKG_CONFIG_DIR}/libsoup.pc ${PKG_CONFIG_DIR}/libsoup-2.2.pc
+ install -d ${PKG_CONFIG_DIR}
+ install -m 0644 ${S}/libsoup.pc ${PKG_CONFIG_DIR}/libsoup-2.2.pc
}