[oe-commits] Koen Kooi : libgsf: update to 1.14. 21 and be specific about which features to disable

git version control git at git.openembedded.org
Wed Jun 22 07:12:19 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 8f8f6a151338ea91446a80d4eabc06b025401a50
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8f8f6a151338ea91446a80d4eabc06b025401a50

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Jun 21 09:54:16 2011 +0200

libgsf: update to 1.14.21 and be specific about which features to disable

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../libgsf/{libgsf_1.14.5.bb => libgsf_1.14.21.bb} |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb
similarity index 72%
rename from meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb
rename to meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb
index d645c99..e9b6211 100644
--- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb
+++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb
@@ -4,21 +4,23 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d \
                     file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63"
 
 SECTION = "libs"
-PR = "r1"
 
 DEPENDS= "libxml2 bzip2 glib-2.0 zlib"
-RDEPENDS_${PN} = "gconf gnome-vfs"
-
-
-PACKAGES =+ "${PN}-gnome ${PN}-gnome-dev "
-
-FILES_${PN}-gnome = "${libdir}/libgsf-gnome-1.so.*"
-FILES_${PN}-gnome-dev = "${libdir}/libgsf-gnome-1.* ${includedir}/libgsf-1/gsf-gnome"
 
 inherit autotools pkgconfig gnome gconf
 
+SRC_URI[archive.md5sum] = "2b702648b853402554c97d75405c60d3"
+SRC_URI[archive.sha256sum] = "eef0a9d6eca4e6af6c16b208947e3c958c428b94d22792bdd0b80c08a4b301db"
+
 EXTRA_OECONF = "\
 		--without-python \
-		--without-gnome \
+		--without-gnome-vfs --without-bonobo \
 		--disable-gtk-doc \
 		--with-bz2"
+
+PACKAGES =+ "${PN}-gnome ${PN}-gnome-dev "
+RDEPENDS_${PN} = "gconf" 
+
+FILES_${PN}-gnome = "${libdir}/libgsf-gnome-1.so.*"
+FILES_${PN}-gnome-dev = "${libdir}/libgsf-gnome-1.* ${includedir}/libgsf-1/gsf-gnome"
+





More information about the Openembedded-commits mailing list