diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-04 19:23:46 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-04 19:23:46 +0000 |
commit | fe4e6e6456f7dfc669e1454f2dcc4a7099866f39 (patch) | |
tree | f843c18e85f48608d6cb3349db1c93f9204a10ed /packages/gnome | |
parent | 2faeb82daf7f74b0dda868adc7e4c43640e79982 (diff) |
libsoup: set DEFAULT_PREFERENCE to -1 for 2.4.1 which does not build for any of the targets I tested
* reorder fields according to StyleGuide while we are at it
Diffstat (limited to 'packages/gnome')
-rw-r--r-- | packages/gnome/libsoup_2.4.1.bb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/packages/gnome/libsoup_2.4.1.bb b/packages/gnome/libsoup_2.4.1.bb index 4f2257f331..42e5decb05 100644 --- a/packages/gnome/libsoup_2.4.1.bb +++ b/packages/gnome/libsoup_2.4.1.bb @@ -1,18 +1,19 @@ +DEFAULT_PREFERENCE = "-1" + DESCRIPTION = "An HTTP library implementation in C" -LICENSE = "GPL" SECTION = "x11/gnome/libs" - +LICENSE = "GPL" DEPENDS = "glib-2.0 gnutls libxml2" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.4/${PN}-${PV}.tar.bz2" inherit autotools pkgconfig -FILES_${PN} = "${libdir}/lib*.so.*" -FILES_${PN}-dev = "${includedir}/ ${libdir}/" -FILES_${PN}-doc = "${datadir}/" - do_stage() { autotools_stage_all cp ${PKG_CONFIG_DIR}/libsoup.pc ${PKG_CONFIG_DIR}/libsoup-2.4.pc } + +FILES_${PN} = "${libdir}/lib*.so.*" +FILES_${PN}-dev = "${includedir}/ ${libdir}/" +FILES_${PN}-doc = "${datadir}/" |