diff options
Diffstat (limited to 'meta-openmoko/packages')
-rw-r--r-- | meta-openmoko/packages/libspiff/files/makefile.patch | 15 | ||||
-rw-r--r-- | meta-openmoko/packages/libspiff/libspiff_0.8.3.bb (renamed from meta-openmoko/packages/libspiff/libspiff_0.8.2.bb) | 4 |
2 files changed, 18 insertions, 1 deletions
diff --git a/meta-openmoko/packages/libspiff/files/makefile.patch b/meta-openmoko/packages/libspiff/files/makefile.patch new file mode 100644 index 0000000000..87ec9a345c --- /dev/null +++ b/meta-openmoko/packages/libspiff/files/makefile.patch | |||
@@ -0,0 +1,15 @@ | |||
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 \ | ||
diff --git a/meta-openmoko/packages/libspiff/libspiff_0.8.2.bb b/meta-openmoko/packages/libspiff/libspiff_0.8.3.bb index 06be4b3aa4..f91005ec8a 100644 --- a/meta-openmoko/packages/libspiff/libspiff_0.8.2.bb +++ b/meta-openmoko/packages/libspiff/libspiff_0.8.3.bb | |||
@@ -5,7 +5,9 @@ LICENSE = "BSD" | |||
5 | DEPENDS = "expat liburiparser" | 5 | DEPENDS = "expat liburiparser" |
6 | 6 | ||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/libspiff/libspiff-${PV}.tar.bz2 \ | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/libspiff/libspiff-${PV}.tar.bz2 \ |
8 | file://autofoo.patch;patch=1" | 8 | file://autofoo.patch;patch=1 \ |
9 | file://makefile.patch;patch=1" | ||
10 | |||
9 | S = "${WORKDIR}/libspiff-${PV}" | 11 | S = "${WORKDIR}/libspiff-${PV}" |
10 | 12 | ||
11 | inherit autotools pkgconfig lib_package | 13 | inherit autotools pkgconfig lib_package |