summaryrefslogtreecommitdiffstats
path: root/meta-openmoko/packages/libspiff/files
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-10-02 22:33:24 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-02 22:33:24 +0100
commitce25e933a9e0897f6bbac479970ce02725e6a210 (patch)
tree77b1a68995792118023e4cf1f006e21da23caa02 /meta-openmoko/packages/libspiff/files
parent0cab41aac3fc9b7b253c3b80aff6f072ff64a7e7 (diff)
downloadpoky-ce25e933a9e0897f6bbac479970ce02725e6a210.tar.gz
meta-openmoko: Drop as this code is very stale
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-openmoko/packages/libspiff/files')
-rw-r--r--meta-openmoko/packages/libspiff/files/autofoo.patch29
-rw-r--r--meta-openmoko/packages/libspiff/files/makefile.patch15
2 files changed, 0 insertions, 44 deletions
diff --git a/meta-openmoko/packages/libspiff/files/autofoo.patch b/meta-openmoko/packages/libspiff/files/autofoo.patch
deleted file mode 100644
index 5f96a2c217..0000000000
--- a/meta-openmoko/packages/libspiff/files/autofoo.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1Index: libspiff-0.8.2/configure.in
2===================================================================
3--- libspiff-0.8.2.orig/configure.in
4+++ libspiff-0.8.2/configure.in
5@@ -80,24 +80,6 @@ AC_ARG_WITH(uriparser-lib, [ --with-uri
6
7
8
9-# Local headers must come very first. Otherwise we
10-# risk including headers of an already installed
11-# libSpiff version if its path is in CPPFLAGS
12-CPPFLAGS="-I${srcdir}/include ${CPPFLAGS}"
13-
14-
15-
16-# Append $prefix as a fallback at the very end
17-if test "x${prefix}" != "xNONE"; then
18- WORKING_PREFIX=${prefix}
19-else
20- WORKING_PREFIX=${ac_default_prefix}
21-fi
22-LDFLAGS="${LDFLAGS} -L${WORKING_PREFIX}/lib"
23-CPPFLAGS="${CPPFLAGS} -I${WORKING_PREFIX}/include"
24-
25-
26-
27 # Check presence
28 EXPAT_MISSING="Please install libexpat 1.95.8 or later.
29 On Ubuntu enter 'sudo apt-get install libexpat-dev'."
diff --git a/meta-openmoko/packages/libspiff/files/makefile.patch b/meta-openmoko/packages/libspiff/files/makefile.patch
deleted file mode 100644
index 87ec9a345c..0000000000
--- a/meta-openmoko/packages/libspiff/files/makefile.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1---
2 Makefile.am | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5--- libspiff-0.8.3.orig/Makefile.am
6+++ libspiff-0.8.3/Makefile.am
7@@ -1,7 +1,7 @@
8 ## Process this file with automake to produce Makefile.in
9-AUTOMAKE_OPTIONS = 1.10.1 gnu dist-zip dist-bzip2 dist-lzma subdir-objects
10+AUTOMAKE_OPTIONS = 1.10 gnu dist-zip dist-bzip2 subdir-objects
11
12 lib_LTLIBRARIES = libspiff.la
13
14 bin_PROGRAMS = \
15 examples/check/spiff_check \