Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Wed, 4 Aug 2004 13:18:52 +0000 (13:18 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 4 Aug 2004 13:18:52 +0000 (13:18 +0000)
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

gpdf/gpdf_2.7.90.oe

index e69de29..039f7d3 100644 (file)
@@ -0,0 +1,16 @@
+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/
+}
+