diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-02-15 22:17:49 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:49 +0100 |
| commit | 29c0360331fa286cabaf1ac4470abeea7eb3e14a (patch) | |
| tree | 0f0fb87d4646898af8904ab3e03e6f0a1ff034ab /meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb | |
| parent | ae71c305b994d5b8c4548938ba545c6add4398ec (diff) | |
| download | meta-openembedded-29c0360331fa286cabaf1ac4470abeea7eb3e14a.tar.gz | |
libsdl-ttf: update to 2.0.11
* Licence changed to Zlib [1]
* patch does not apply anymore and does not seem to miss
[1] https://www.libsdl.org/projects/SDL_ttf/
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb')
| -rw-r--r-- | meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb deleted file mode 100644 index ad3792e22e..0000000000 --- a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | SUMMARY = "Simple DirectMedia Layer truetype font library" | ||
| 2 | SECTION = "libs" | ||
| 3 | DEPENDS = "virtual/libsdl freetype" | ||
| 4 | LICENSE = "LGPLv2.1" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" | ||
| 6 | |||
| 7 | PR = "r2" | ||
| 8 | |||
| 9 | SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ | ||
| 10 | file://configure.patch \ | ||
| 11 | file://use.pkg-config.for.freetype2.patch \ | ||
| 12 | " | ||
| 13 | |||
| 14 | S = "${WORKDIR}/SDL_ttf-${PV}" | ||
| 15 | EXTRA_OECONF += "SDL_CONFIG=${STAGING_BINDIR_CROSS}/sdl-config " | ||
| 16 | |||
| 17 | inherit autotools | ||
| 18 | |||
| 19 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
| 20 | |||
| 21 | do_configure_prepend() { | ||
| 22 | |||
| 23 | # Removing these files fixes a libtool version mismatch. | ||
| 24 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" | ||
| 25 | |||
| 26 | for i in ${MACROS}; do | ||
| 27 | rm -f ${S}/acinclude/$i | ||
| 28 | done | ||
| 29 | |||
| 30 | } | ||
| 31 | |||
| 32 | SRC_URI[md5sum] = "814e6e17e8879254208d23b3b7e0354b" | ||
| 33 | SRC_URI[sha256sum] = "7d38704bcc7c34029c2dcb73b2d4857e8ad76341c6e0faed279eb9f743c66c6a" | ||
