]> code.ossystems Code Review - openembedded-core.git/commitdiff
libspiff: update to 0.8.3 to get gcc 4.3.1 fixes
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 25 Jul 2008 09:28:29 +0000 (09:28 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 25 Jul 2008 09:28:29 +0000 (09:28 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4948 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-openmoko/packages/libspiff/files/makefile.patch [new file with mode: 0644]
meta-openmoko/packages/libspiff/libspiff_0.8.3.bb [moved from meta-openmoko/packages/libspiff/libspiff_0.8.2.bb with 86% similarity]

diff --git a/meta-openmoko/packages/libspiff/files/makefile.patch b/meta-openmoko/packages/libspiff/files/makefile.patch
new file mode 100644 (file)
index 0000000..87ec9a3
--- /dev/null
@@ -0,0 +1,15 @@
+---
+ 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 \
similarity index 86%
rename from meta-openmoko/packages/libspiff/libspiff_0.8.2.bb
rename to meta-openmoko/packages/libspiff/libspiff_0.8.3.bb
index 06be4b3aa4b13e89b6fb459e6e7174d3bc01d54b..f91005ec8ab5cae24cbd21322d647fdf28fa109a 100644 (file)
@@ -5,7 +5,9 @@ LICENSE = "BSD"
 DEPENDS = "expat liburiparser"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/libspiff/libspiff-${PV}.tar.bz2 \
-           file://autofoo.patch;patch=1"
+           file://autofoo.patch;patch=1 \
+          file://makefile.patch;patch=1"
+
 S = "${WORKDIR}/libspiff-${PV}"
 
 inherit autotools pkgconfig lib_package