diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-22 19:15:30 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-22 19:15:30 +0000 |
commit | e981c13fcde9a26419e66d691ad00a5028a99904 (patch) | |
tree | d52bdef32e86ff89db8835e4836e94632c0e3e87 /gpdf/gpdf_2.7.90.oe | |
parent | 415f8aefc8e336077583d96a08bd0b59fdb57bd9 (diff) |
remove another extraneous copy of compiler-flags.m4
BKrev: 4128f0d2znY44FO-dcAOSs57PsqPaw
Diffstat (limited to 'gpdf/gpdf_2.7.90.oe')
-rw-r--r-- | gpdf/gpdf_2.7.90.oe | 10 |
1 files changed, 2 insertions, 8 deletions
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/ -} - |