From: Rolf Leggewie Date: Sun, 4 May 2008 19:23:46 +0000 (+0000) Subject: libsoup: set DEFAULT_PREFERENCE to -1 for 2.4.1 which does not build for any of the... X-Git-Tag: Release-2010-05/1~7026^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe4e6e6456f7dfc669e1454f2dcc4a7099866f39;p=openembedded.git 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 --- 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}/"