summaryrefslogtreecommitdiffstats
path: root/package/libpng
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-02-28 14:49:39 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-28 14:50:23 +0100
commit2a70fcb0efc3a27cefc6ccaf3a25596eee155897 (patch)
tree10dfa290f77fa211eef4f11635e42f779c540d95 /package/libpng
parentb108fdcb83d457e5d43298fb93dbfd805d076f24 (diff)
downloadbuildroot-2a70fcb0efc3a27cefc6ccaf3a25596eee155897.tar.gz
buildroot-2a70fcb0efc3a27cefc6ccaf3a25596eee155897.zip
Revert "libpng: fix download location"
This reverts commit 7e505749659cde372fe5c52d2d8e5f9a2e945223. Now that we've bumped the libpng version, we shouldn't look for it among the older releases. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libpng')
-rw-r--r--package/libpng/libpng.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk
index e8483b7b62..0bfe7d1d1b 100644
--- a/package/libpng/libpng.mk
+++ b/package/libpng/libpng.mk
@@ -7,7 +7,7 @@
LIBPNG_VERSION = 1.6.9
LIBPNG_SERIES = 16
LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz
-LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG_SERIES}/older-releases/$(LIBPNG_VERSION)
+LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG_SERIES}/$(LIBPNG_VERSION)
LIBPNG_LICENSE = libpng license
LIBPNG_LICENSE_FILES = LICENSE
LIBPNG_INSTALL_STAGING = YES
OpenPOWER on IntegriCloud