diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-21 09:54:16 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-21 09:54:16 +0200 |
| commit | 8f8f6a151338ea91446a80d4eabc06b025401a50 (patch) | |
| tree | 3c65c0580aec01fec31753645c2a4fbf073af060 | |
| parent | 73573117d078ac1cc7f31c21d4ac2a4c0e5da574 (diff) | |
| download | meta-openembedded-8f8f6a151338ea91446a80d4eabc06b025401a50.tar.gz | |
libgsf: update to 1.14.21 and be specific about which features to disable
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb (renamed from meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.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 index d645c9962c..e9b6211cc0 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 \ | |||
| 4 | file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63" | 4 | file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63" |
| 5 | 5 | ||
| 6 | SECTION = "libs" | 6 | SECTION = "libs" |
| 7 | PR = "r1" | ||
| 8 | 7 | ||
| 9 | DEPENDS= "libxml2 bzip2 glib-2.0 zlib" | 8 | DEPENDS= "libxml2 bzip2 glib-2.0 zlib" |
| 10 | RDEPENDS_${PN} = "gconf gnome-vfs" | ||
| 11 | |||
| 12 | |||
| 13 | PACKAGES =+ "${PN}-gnome ${PN}-gnome-dev " | ||
| 14 | |||
| 15 | FILES_${PN}-gnome = "${libdir}/libgsf-gnome-1.so.*" | ||
| 16 | FILES_${PN}-gnome-dev = "${libdir}/libgsf-gnome-1.* ${includedir}/libgsf-1/gsf-gnome" | ||
| 17 | 9 | ||
| 18 | inherit autotools pkgconfig gnome gconf | 10 | inherit autotools pkgconfig gnome gconf |
| 19 | 11 | ||
| 12 | SRC_URI[archive.md5sum] = "2b702648b853402554c97d75405c60d3" | ||
| 13 | SRC_URI[archive.sha256sum] = "eef0a9d6eca4e6af6c16b208947e3c958c428b94d22792bdd0b80c08a4b301db" | ||
| 14 | |||
| 20 | EXTRA_OECONF = "\ | 15 | EXTRA_OECONF = "\ |
| 21 | --without-python \ | 16 | --without-python \ |
| 22 | --without-gnome \ | 17 | --without-gnome-vfs --without-bonobo \ |
| 23 | --disable-gtk-doc \ | 18 | --disable-gtk-doc \ |
| 24 | --with-bz2" | 19 | --with-bz2" |
| 20 | |||
| 21 | PACKAGES =+ "${PN}-gnome ${PN}-gnome-dev " | ||
| 22 | RDEPENDS_${PN} = "gconf" | ||
| 23 | |||
| 24 | FILES_${PN}-gnome = "${libdir}/libgsf-gnome-1.so.*" | ||
| 25 | FILES_${PN}-gnome-dev = "${libdir}/libgsf-gnome-1.* ${includedir}/libgsf-1/gsf-gnome" | ||
| 26 | |||
