remove another extraneous copy of compiler-flags.m4
authorPhil Blundell <philb@gnu.org>
Sun, 22 Aug 2004 19:15:30 +0000 (19:15 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 22 Aug 2004 19:15:30 +0000 (19:15 +0000)
BKrev: 4128f0d2znY44FO-dcAOSs57PsqPaw

gpdf/files/compiler-flags.m4 [deleted file]
gpdf/gpdf_2.7.90.oe

diff --git a/gpdf/files/compiler-flags.m4 b/gpdf/files/compiler-flags.m4
deleted file mode 100644 (file)
index e69de29..0000000
index 791fccd..b918ece 100644 (file)
@@ -3,16 +3,10 @@ PR = "r2"
 inherit gnome
 
 DEPENDS = "gtk+ libgnomeui libbonoboui gnome-vfs gconf gettext libglade \
-       libgnomeprint libgnomeprintui"
+       libgnomeprint libgnomeprintui gnome-common"
 
 EXTRA_OECONF = "--disable-schemas-install"
 
-SRC_URI += "file://compiler-flags.m4 \
-       file://aclocal-lossage.patch;patch=1 \
+SRC_URI += "file://aclocal-lossage.patch;patch=1 \
        file://desktop.patch;patch=1"
 
-do_configure_prepend() {
-       install -d ${S}/m4
-       install -m 0644 ${WORKDIR}/compiler-flags.m4 ${S}/m4/
-}
-