From fe4e6e6456f7dfc669e1454f2dcc4a7099866f39 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sun, 4 May 2008 19:23:46 +0000 Subject: [PATCH] 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 --- packages/gnome/libsoup_2.4.1.bb | 13 +++++++------ 1 file 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}/" -- 2.47.2