diff options
Diffstat (limited to 'meta/recipes-multimedia/libpng')
-rw-r--r-- | meta/recipes-multimedia/libpng/libpng-1.5.13/obsolete_automake_macros.patch | 15 | ||||
-rw-r--r-- | meta/recipes-multimedia/libpng/libpng_1.5.13.bb | 6 |
2 files changed, 19 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng-1.5.13/obsolete_automake_macros.patch b/meta/recipes-multimedia/libpng/libpng-1.5.13/obsolete_automake_macros.patch new file mode 100644 index 0000000000..38092080da --- /dev/null +++ b/meta/recipes-multimedia/libpng/libpng-1.5.13/obsolete_automake_macros.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | Upstream-status: Accepted [will be in 1.5.14] | ||
2 | |||
3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
4 | diff -Nurd libpng-1.5.13/configure.ac libpng-1.5.13/configure.ac | ||
5 | --- libpng-1.5.13/configure.ac 2012-09-27 14:21:22.000000000 +0300 | ||
6 | +++ libpng-1.5.13/configure.ac 2013-01-02 16:50:27.876103410 +0200 | ||
7 | @@ -31,7 +31,7 @@ | ||
8 | dnl End of version number stuff | ||
9 | |||
10 | AC_CONFIG_SRCDIR([pngget.c]) | ||
11 | -AM_CONFIG_HEADER(config.h) | ||
12 | +AC_CONFIG_HEADERS(config.h) | ||
13 | |||
14 | # Checks for programs. | ||
15 | AC_LANG([C]) | ||
diff --git a/meta/recipes-multimedia/libpng/libpng_1.5.13.bb b/meta/recipes-multimedia/libpng/libpng_1.5.13.bb index 04bb932add..b9f64f6f3f 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.5.13.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.5.13.bb | |||
@@ -6,10 +6,12 @@ LICENSE = "Libpng" | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=00b5b35853278d508806c2e5860e82cb \ | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=00b5b35853278d508806c2e5860e82cb \ |
7 | file://png.h;beginline=207;endline=321;md5=50e583fb60bb36f37ab5023b2a3715d1" | 7 | file://png.h;beginline=207;endline=321;md5=50e583fb60bb36f37ab5023b2a3715d1" |
8 | DEPENDS = "zlib" | 8 | DEPENDS = "zlib" |
9 | PR = "r1" | 9 | PR = "r2" |
10 | LIBV = "15" | 10 | LIBV = "15" |
11 | 11 | ||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz" | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz \ |
13 | file://obsolete_automake_macros.patch \ | ||
14 | " | ||
13 | 15 | ||
14 | SRC_URI[md5sum] = "0b607a685da977f1bfc96e1c47055183" | 16 | SRC_URI[md5sum] = "0b607a685da977f1bfc96e1c47055183" |
15 | SRC_URI[sha256sum] = "b843f9cb01d10ae22acd9aaf58aceaa4a6aeb9cf78943b41588004b271257aee" | 17 | SRC_URI[sha256sum] = "b843f9cb01d10ae22acd9aaf58aceaa4a6aeb9cf78943b41588004b271257aee" |