Comments
Patch
new file mode 100644
@@ -0,0 +1,21 @@
+DESCRIPTION = "GNOME Structured File Library"
+LICENSE = "GPL"
+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
+
+EXTRA_OECONF = "\
+ --without-python \
+ --without-gnome \
+ --disable-gtk-doc \
+ --with-bz2"
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> --- meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb