[oe-commits] org.oe.dev libsoup: set DEFAULT_PREFERENCE to -1 for 2.4.1 which does not build for any of the targets I tested

Laibsch commit oe at amethyst.openembedded.net
Sun May 4 19:29:26 UTC 2008


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

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 5c2296b573461f137ca8fbc5fc75fd1c254615af
ViewMTN: http://monotone.openembedded.org/revision/info/5c2296b573461f137ca8fbc5fc75fd1c254615af
Files:
1
packages/gnome/libsoup_2.4.1.bb
Diffs:

#
# mt diff -rc91a79a505ff2ecaedb60a24aae9a3a69e481038 -r5c2296b573461f137ca8fbc5fc75fd1c254615af
#
#
#
# patch "packages/gnome/libsoup_2.4.1.bb"
#  from [2570367785f91a06eb22f43eb1a59aa4f7d61fcc]
#    to [e6b86e13ebc986c00649745b8980213d3a4641d2]
#
============================================================
--- packages/gnome/libsoup_2.4.1.bb	2570367785f91a06eb22f43eb1a59aa4f7d61fcc
+++ packages/gnome/libsoup_2.4.1.bb	e6b86e13ebc986c00649745b8980213d3a4641d2
@@ -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}/"






More information about the Openembedded-commits mailing list