diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-02 22:33:24 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-02 22:33:24 +0100 |
commit | ce25e933a9e0897f6bbac479970ce02725e6a210 (patch) | |
tree | 77b1a68995792118023e4cf1f006e21da23caa02 /meta-openmoko/packages/libspiff/files | |
parent | 0cab41aac3fc9b7b253c3b80aff6f072ff64a7e7 (diff) | |
download | openembedded-core-ce25e933a9e0897f6bbac479970ce02725e6a210.tar.gz openembedded-core-ce25e933a9e0897f6bbac479970ce02725e6a210.tar.bz2 openembedded-core-ce25e933a9e0897f6bbac479970ce02725e6a210.tar.xz openembedded-core-ce25e933a9e0897f6bbac479970ce02725e6a210.zip |
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.patch | 29 | ||||
-rw-r--r-- | meta-openmoko/packages/libspiff/files/makefile.patch | 15 |
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 \ |