summaryrefslogtreecommitdiff
path: root/meta-openmoko/packages/libspiff/files
diff options
context:
space:
mode:
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 5f96a2c21..000000000
--- a/meta-openmoko/packages/libspiff/files/autofoo.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Index: libspiff-0.8.2/configure.in
-===================================================================
---- libspiff-0.8.2.orig/configure.in
-+++ libspiff-0.8.2/configure.in
-@@ -80,24 +80,6 @@ AC_ARG_WITH(uriparser-lib, [ --with-uri
-
-
-
--# Local headers must come very first. Otherwise we
--# risk including headers of an already installed
--# libSpiff version if its path is in CPPFLAGS
--CPPFLAGS="-I${srcdir}/include ${CPPFLAGS}"
--
--
--
--# Append $prefix as a fallback at the very end
--if test "x${prefix}" != "xNONE"; then
-- WORKING_PREFIX=${prefix}
--else
-- WORKING_PREFIX=${ac_default_prefix}
--fi
--LDFLAGS="${LDFLAGS} -L${WORKING_PREFIX}/lib"
--CPPFLAGS="${CPPFLAGS} -I${WORKING_PREFIX}/include"
--
--
--
- # Check presence
- EXPAT_MISSING="Please install libexpat 1.95.8 or later.
- 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 87ec9a345..000000000
--- a/meta-openmoko/packages/libspiff/files/makefile.patch
+++ /dev/null
@@ -1,15 +0,0 @@
----
- Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- libspiff-0.8.3.orig/Makefile.am
-+++ libspiff-0.8.3/Makefile.am
-@@ -1,7 +1,7 @@
- ## Process this file with automake to produce Makefile.in
--AUTOMAKE_OPTIONS = 1.10.1 gnu dist-zip dist-bzip2 dist-lzma subdir-objects
-+AUTOMAKE_OPTIONS = 1.10 gnu dist-zip dist-bzip2 subdir-objects
-
- lib_LTLIBRARIES = libspiff.la
-
- bin_PROGRAMS = \
- examples/check/spiff_check \