From: Phil Blundell Date: Sun, 22 Aug 2004 19:15:30 +0000 (+0000) Subject: remove another extraneous copy of compiler-flags.m4 X-Git-Tag: Release-2010-05/1~17567 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e981c13fcde9a26419e66d691ad00a5028a99904;p=openembedded.git remove another extraneous copy of compiler-flags.m4 BKrev: 4128f0d2znY44FO-dcAOSs57PsqPaw --- diff --git a/gpdf/files/compiler-flags.m4 b/gpdf/files/compiler-flags.m4 deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/gpdf/gpdf_2.7.90.oe b/gpdf/gpdf_2.7.90.oe index 791fccd187..b918ece4d9 100644 --- a/gpdf/gpdf_2.7.90.oe +++ b/gpdf/gpdf_2.7.90.oe @@ -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/ -} -