libsoup: set DEFAULT_PREFERENCE to -1 for 2.4.1 which does not build for any of the...
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 4 May 2008 19:23:46 +0000 (19:23 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 4 May 2008 19:23:46 +0000 (19:23 +0000)
* reorder fields according to StyleGuide while we are at it

packages/gnome/libsoup_2.4.1.bb

index 4f2257f..42e5dec 100644 (file)
@@ -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}/"