diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-02-15 22:07:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-19 01:01:26 +0000 |
commit | 2021f639520f9707730df58acbadb125745b682e (patch) | |
tree | 6bdbdcee6f59980fb42c7fa7df0d548d08df529a /meta/recipes-graphics/libsdl2 | |
parent | 947b3bf5504803b279f7ac106a6988518d2eb616 (diff) | |
download | poky-2021f639520f9707730df58acbadb125745b682e.tar.gz |
libsdl2: update to 2.0.4
Licence checksum was changed by change of copyright year.
(From OE-Core rev: 24feed3dc9f1c559e66badeb03afe7acd062de9a)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libsdl2')
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.0.4.bb (renamed from meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.4.bb index 0dc1a85f91..428230711a 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.4.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=67dcb7fae16952557bc5f96e9eb5d188" | 11 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=b2304ad7e91711027590d3f102a754b7" |
12 | 12 | ||
13 | PROVIDES = "virtual/libsdl2" | 13 | PROVIDES = "virtual/libsdl2" |
14 | 14 | ||
@@ -19,8 +19,8 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz \ | |||
19 | 19 | ||
20 | S = "${WORKDIR}/SDL2-${PV}" | 20 | S = "${WORKDIR}/SDL2-${PV}" |
21 | 21 | ||
22 | SRC_URI[md5sum] = "fe6c61d2e9df9ef570e7e80c6e822537" | 22 | SRC_URI[md5sum] = "44fc4a023349933e7f5d7a582f7b886e" |
23 | SRC_URI[sha256sum] = "a5a69a6abf80bcce713fa873607735fe712f44276a7f048d60a61bb2f6b3c90c" | 23 | SRC_URI[sha256sum] = "da55e540bf6331824153805d58b590a29c39d2d506c6d02fa409aedeab21174b" |
24 | 24 | ||
25 | inherit autotools lib_package binconfig pkgconfig | 25 | inherit autotools lib_package binconfig pkgconfig |
26 | 26 | ||
@@ -62,3 +62,5 @@ do_configure_prepend() { | |||
62 | done | 62 | done |
63 | export SYSROOT=$PKG_CONFIG_SYSROOT_DIR | 63 | export SYSROOT=$PKG_CONFIG_SYSROOT_DIR |
64 | } | 64 | } |
65 | |||
66 | FILES_${PN}-dev += "${libdir}/cmake" | ||