summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-01 12:57:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-05 12:49:56 +0000
commit60611f996e4392ef126f3ac9950a2c2beb6d9671 (patch)
tree4d00310836755ba1e68c69ee2cf12398fa8770f6 /meta
parent4e18df274c585f8fb45f38543df3b4a6a33994ce (diff)
downloadpoky-60611f996e4392ef126f3ac9950a2c2beb6d9671.tar.gz
libpng: upgrade 1.6.44 -> 1.6.45
License-Update: copyright years updated. (From OE-Core rev: 847b2d90a1be94ee85b5b606139d702dad014317) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-multimedia/libpng/libpng_1.6.45.bb (renamed from meta/recipes-multimedia/libpng/libpng_1.6.44.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.44.bb b/meta/recipes-multimedia/libpng/libpng_1.6.45.bb
index dce4fadc47..11b56319ce 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.44.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.45.bb
@@ -5,13 +5,13 @@ library for use in applications that read, create, and manipulate PNG \
5HOMEPAGE = "http://www.libpng.org/" 5HOMEPAGE = "http://www.libpng.org/"
6SECTION = "libs" 6SECTION = "libs"
7LICENSE = "Libpng" 7LICENSE = "Libpng"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=0fdbfbe10fc294a6fca24dc76134222a" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=5516d77a3cf75f55a0d37254e3e65a20"
9DEPENDS = "zlib" 9DEPENDS = "zlib"
10 10
11LIBV = "16" 11LIBV = "16"
12 12
13SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz" 13SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz"
14SRC_URI[sha256sum] = "60c4da1d5b7f0aa8d158da48e8f8afa9773c1c8baa5d21974df61f1886b8ce8e" 14SRC_URI[sha256sum] = "926485350139ffb51ef69760db35f78846c805fef3d59bfdcb2fba704663f370"
15 15
16MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/" 16MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/"
17 17