From: Graeme Gregory Date: Mon, 1 Aug 2005 11:42:26 +0000 (+0000) Subject: gnumeric-1.5.2: added patch to miss out docs files as these require scrollkeeper... X-Git-Tag: Release-2010-05/1~9453^2~4014^2~4^2~19^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4659f45317be046b79202bb800a42279549c9289;p=openembedded.git gnumeric-1.5.2: added patch to miss out docs files as these require scrollkeeper which OE distribs dont use currently. --- diff --git a/packages/gnumeric/gnumeric-1.5.2/.mtn2git_empty b/packages/gnumeric/gnumeric-1.5.2/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/gnumeric/gnumeric-1.5.2/remove-docs.patch b/packages/gnumeric/gnumeric-1.5.2/remove-docs.patch new file mode 100644 index 0000000000..4a9108bd4e --- /dev/null +++ b/packages/gnumeric/gnumeric-1.5.2/remove-docs.patch @@ -0,0 +1,8 @@ +--- gnumeric-1.5.2/Makefile.am.orig 2005-08-01 11:32:36.119921544 +0000 ++++ gnumeric-1.5.2/Makefile.am 2005-08-01 11:32:44.689618752 +0000 +@@ -1,4 +1,4 @@ +-SUBDIRS = . po po-functions src plugins icons templates doc schemas ++SUBDIRS = . po po-functions src plugins icons templates schemas + if WITH_WIN32 + SUBDIRS += tools + endif diff --git a/packages/gnumeric/gnumeric_1.5.2.bb b/packages/gnumeric/gnumeric_1.5.2.bb index c51cf8f577..03b42fc86a 100644 --- a/packages/gnumeric/gnumeric_1.5.2.bb +++ b/packages/gnumeric/gnumeric_1.5.2.bb @@ -7,6 +7,8 @@ DESCRIPTION = "Gnumeric spreadsheet for GNOME" inherit gnome flow-lossage +SRC_URI += "file://remove-docs.patch;patch=1" + EXTRA_OECONF=" --without-perl " python populate_packages_prepend () {