into stealth.(none):/home/pb/oe/oe-packages
2004/08/04 14:17:45+01:00 (none)!pb
add --disable-schemas-install to EXTRA_OECONF
BKrev: 4110e23c8FIYbZaS18UXlQAAA5T0Uw
+PR = "r1"
+
+inherit gnome
+
+DEPENDS = "gconf gettext"
+
+EXTRA_OECONF = "--disable-schemas-install"
+
+SRC_URI += "file://compiler-flags.m4 \
+ file://aclocal-lossage.patch;patch=1"
+
+do_configure_prepend() {
+ install -d ${S}/m4
+ install -m 0644 ${WORKDIR}/compiler-flags.m4 ${S}/m4/
+}
+