diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-04-14 23:16:07 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-04-14 23:16:07 +0000 |
| commit | 993b552e4034921b2ac9d761b687a39024ac9dcb (patch) | |
| tree | e7446eea3fc5c5ae9e0b89b1d13871b0d4a8254d /meta/packages/libpng/libpng_1.2.16.bb | |
| parent | 461d3b4a94685fe5cc3aa5f3eb0ad8b66c2949bd (diff) | |
| download | poky-993b552e4034921b2ac9d761b687a39024ac9dcb.tar.gz | |
libpng: Fix makefile for libtool 2.2.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4267 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libpng/libpng_1.2.16.bb')
| -rw-r--r-- | meta/packages/libpng/libpng_1.2.16.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/libpng/libpng_1.2.16.bb b/meta/packages/libpng/libpng_1.2.16.bb index 3395bc857e..0b15018d06 100644 --- a/meta/packages/libpng/libpng_1.2.16.bb +++ b/meta/packages/libpng/libpng_1.2.16.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.libpng.org/" | |||
| 3 | LICENSE = "libpng" | 3 | LICENSE = "libpng" |
| 4 | SECTION = "libs" | 4 | SECTION = "libs" |
| 5 | PRIORITY = "required" | 5 | PRIORITY = "required" |
| 6 | PR = "r5" | 6 | PR = "r6" |
| 7 | 7 | ||
| 8 | DEPENDS = "zlib" | 8 | DEPENDS = "zlib" |
| 9 | 9 | ||
| @@ -17,7 +17,8 @@ FILES_${PN}-dev = "${includedir} ${libdir}/lib*${SOLIBSDEV} ${libdir}/*.la \ | |||
| 17 | ${libdir}/*.a ${libdir}/pkgconfig \ | 17 | ${libdir}/*.a ${libdir}/pkgconfig \ |
| 18 | ${datadir}/aclocal ${bindir} ${sbindir}" | 18 | ${datadir}/aclocal ${bindir} ${sbindir}" |
| 19 | 19 | ||
| 20 | SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/libpng-${PV}.tar.bz2" | 20 | SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/libpng-${PV}.tar.bz2 \ |
| 21 | file://makefile_fix.patch;patch=1" | ||
| 21 | S = "${WORKDIR}/libpng-${PV}" | 22 | S = "${WORKDIR}/libpng-${PV}" |
| 22 | 23 | ||
| 23 | inherit autotools binconfig pkgconfig | 24 | inherit autotools binconfig pkgconfig |
