mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
gnumeric: Fix build failure with newer autotools
Backports from upstream Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
17872764a5
commit
ddeb0fe918
|
|
@ -0,0 +1,15 @@
|
|||
Index: gnumeric-1.12.0/test/Makefile.am
|
||||
===================================================================
|
||||
--- gnumeric-1.12.0.orig/test/Makefile.am 2011-05-17 17:54:24.000000000 -0700
|
||||
+++ gnumeric-1.12.0/test/Makefile.am 2013-10-17 20:28:19.920618596 -0700
|
||||
@@ -25,7 +25,9 @@
|
||||
#
|
||||
# 90xx: Misc stuff.
|
||||
|
||||
-TESTS = $(sort $(wildcard $(srcdir)/t[0-9][0-9][0-9][0-9]-*.pl))
|
||||
+TESTS_EXTENSIONS=.pl
|
||||
+TESTS = @auto_find_tests@
|
||||
+
|
||||
SUPPS = common.supp commondots.supp gui.supp t8003-valgrind-pdf.supp
|
||||
|
||||
import-db:
|
||||
|
|
@ -7,10 +7,13 @@ DESCRIPTION = "Gnumeric spreadsheet for GNOME"
|
|||
|
||||
GNOME_COMPRESS_TYPE = "xz"
|
||||
|
||||
inherit gnome
|
||||
|
||||
SRC_URI += "file://do-not-use-srcdir.patch"
|
||||
|
||||
SRC_URI[archive.md5sum] = "3fd87cca95334b5d8ac922989670fe27"
|
||||
SRC_URI[archive.sha256sum] = "037b53d909e5d1454b2afda8c4fb1e7838e260343e36d4e36245f4a5d0e04111"
|
||||
|
||||
inherit gnome
|
||||
|
||||
EXTRA_OECONF=" --without-perl "
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user