diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-08-22 14:50:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-23 08:25:52 +0100 |
commit | 7d56edec61e3927d3e58cdceb8f9e0a3040194b2 (patch) | |
tree | 0394ecca1f78040ac8f8d8304628f30b7354c454 /meta/recipes-graphics | |
parent | b6d0ca2a5a1c7f6c4ddcb5e0d911c24648f87bd8 (diff) | |
download | poky-7d56edec61e3927d3e58cdceb8f9e0a3040194b2.tar.gz |
libsdl2: update 2.0.14 -> 2.0.16
License-Update: formatting
(From OE-Core rev: a120618320292e3e8b8df416617c12d3151e27da)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.0.16.bb (renamed from meta/recipes-graphics/libsdl2/libsdl2_2.0.14.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.14.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.16.bb index 86b2fc1b7b..bd7dea275e 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.14.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.16.bb | |||
@@ -8,7 +8,7 @@ BUGTRACKER = "http://bugzilla.libsdl.org/" | |||
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | LICENSE = "Zlib" | 10 | LICENSE = "Zlib" |
11 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=2d4af6adb4d89aad0cdedbcc18c9a32f" | 11 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=095c2687a3c3908e26984eaa8ec2d770" |
12 | 12 | ||
13 | # arm-neon adds MIT license | 13 | # arm-neon adds MIT license |
14 | LICENSE:append = " ${@bb.utils.contains('PACKAGECONFIG', 'arm-neon', '& MIT', '', d)}" | 14 | LICENSE:append = " ${@bb.utils.contains('PACKAGECONFIG', 'arm-neon', '& MIT', '', d)}" |
@@ -22,7 +22,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz \ | |||
22 | 22 | ||
23 | S = "${WORKDIR}/SDL2-${PV}" | 23 | S = "${WORKDIR}/SDL2-${PV}" |
24 | 24 | ||
25 | SRC_URI[sha256sum] = "d8215b571a581be1332d2106f8036fcb03d12a70bae01e20f424976d275432bc" | 25 | SRC_URI[sha256sum] = "65be9ff6004034b5b2ce9927b5a4db1814930f169c4b2dae0a1e4697075f287b" |
26 | 26 | ||
27 | inherit autotools lib_package binconfig-disabled pkgconfig | 27 | inherit autotools lib_package binconfig-disabled pkgconfig |
28 | 28 | ||