diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-01 12:57:38 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-05 12:49:56 +0000 |
| commit | 60611f996e4392ef126f3ac9950a2c2beb6d9671 (patch) | |
| tree | 4d00310836755ba1e68c69ee2cf12398fa8770f6 /meta | |
| parent | 4e18df274c585f8fb45f38543df3b4a6a33994ce (diff) | |
| download | poky-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 \ | |||
| 5 | HOMEPAGE = "http://www.libpng.org/" | 5 | HOMEPAGE = "http://www.libpng.org/" |
| 6 | SECTION = "libs" | 6 | SECTION = "libs" |
| 7 | LICENSE = "Libpng" | 7 | LICENSE = "Libpng" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0fdbfbe10fc294a6fca24dc76134222a" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5516d77a3cf75f55a0d37254e3e65a20" |
| 9 | DEPENDS = "zlib" | 9 | DEPENDS = "zlib" |
| 10 | 10 | ||
| 11 | LIBV = "16" | 11 | LIBV = "16" |
| 12 | 12 | ||
| 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz" | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz" |
| 14 | SRC_URI[sha256sum] = "60c4da1d5b7f0aa8d158da48e8f8afa9773c1c8baa5d21974df61f1886b8ce8e" | 14 | SRC_URI[sha256sum] = "926485350139ffb51ef69760db35f78846c805fef3d59bfdcb2fba704663f370" |
| 15 | 15 | ||
| 16 | MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/" | 16 | MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/" |
| 17 | 17 | ||
