diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-02-15 22:17:50 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:49 +0100 |
| commit | 73a11ae002eab21077ca78bfffbfe60d86669244 (patch) | |
| tree | d32cc9c720c1e5d2b721d51986784d294f46fae9 | |
| parent | 29c0360331fa286cabaf1ac4470abeea7eb3e14a (diff) | |
| download | meta-openembedded-73a11ae002eab21077ca78bfffbfe60d86669244.tar.gz | |
libsdl2-ttf: update to 2.0.14
Licence checksum was changed by change of copyright year.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb (renamed from meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.12.bb) | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.12.bb b/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb index 47ce11550a..af5a55c170 100644 --- a/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.12.bb +++ b/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb | |||
| @@ -2,20 +2,19 @@ SUMMARY = "Simple DirectMedia Layer truetype font library" | |||
| 2 | SECTION = "libs" | 2 | SECTION = "libs" |
| 3 | DEPENDS = "virtual/libsdl2 freetype" | 3 | DEPENDS = "virtual/libsdl2 freetype" |
| 4 | LICENSE = "Zlib" | 4 | LICENSE = "Zlib" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=cdd16c6436d6b8fcbdd22a54d68c6dd3" | 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=cb33e7c4df9fbde389f149ad6bc93ce5" |
| 6 | 6 | ||
| 7 | SRC_URI = " \ | 7 | SRC_URI = " \ |
| 8 | http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-${PV}.tar.gz \ | 8 | http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-${PV}.tar.gz \ |
| 9 | file://use.pkg-config.for.freetype2.patch \ | 9 | file://use.pkg-config.for.freetype2.patch \ |
| 10 | " | 10 | " |
| 11 | SRC_URI[md5sum] = "e53c05e1e7f1382c316afd6c763388b1" | ||
| 12 | SRC_URI[sha256sum] = "34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62fe39276" | ||
| 11 | 13 | ||
| 12 | S = "${WORKDIR}/SDL2_ttf-${PV}" | 14 | S = "${WORKDIR}/SDL2_ttf-${PV}" |
| 13 | #EXTRA_OECONF += "SDL_CONFIG=${STAGING_BINDIR_CROSS}/sdl-config " | ||
| 14 | 15 | ||
| 15 | inherit autotools | 16 | inherit autotools |
| 16 | 17 | ||
| 17 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
| 18 | |||
| 19 | do_configure_prepend() { | 18 | do_configure_prepend() { |
| 20 | touch ${S}/NEWS ${S}/README ${S}/AUTHORS ${S}/ChangeLog | 19 | touch ${S}/NEWS ${S}/README ${S}/AUTHORS ${S}/ChangeLog |
| 21 | 20 | ||
| @@ -26,6 +25,3 @@ do_configure_prepend() { | |||
| 26 | rm -f ${S}/acinclude/$i | 25 | rm -f ${S}/acinclude/$i |
| 27 | done | 26 | done |
| 28 | } | 27 | } |
| 29 | |||
| 30 | SRC_URI[md5sum] = "79787216b56cb4707f39d538f2225e00" | ||
| 31 | SRC_URI[sha256sum] = "8728605443ea1cca5cad501dc34dc0cb15135d1e575551da6d151d213d356f6e" | ||
