diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2013-01-29 14:57:23 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-31 12:58:32 +0100 |
| commit | 1e6758128560dec4c8d8e6c12a3996305bc24cae (patch) | |
| tree | 7ee29e2b618bc8a291db45716f25057e3f42ca19 | |
| parent | 430922ff7be674a66064b9fc33a59e2957f7dba3 (diff) | |
| download | meta-openembedded-1e6758128560dec4c8d8e6c12a3996305bc24cae.tar.gz | |
fbida: update to 2.09
Build from git to drag in buildfixes and run set to fix a non-cross compile safe use of cpp
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/fbida/fbida_2.09.bb (renamed from meta-oe/recipes-graphics/fbida/fbida_2.08.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.08.bb b/meta-oe/recipes-graphics/fbida/fbida_2.09.bb index 4b8ddadd64..455fd8a755 100644 --- a/meta-oe/recipes-graphics/fbida/fbida_2.08.bb +++ b/meta-oe/recipes-graphics/fbida/fbida_2.09.bb | |||
| @@ -8,13 +8,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | |||
| 8 | 8 | ||
| 9 | DEPENDS = "virtual/libiconv libpng jpeg fontconfig freetype libexif" | 9 | DEPENDS = "virtual/libiconv libpng jpeg fontconfig freetype libexif" |
| 10 | 10 | ||
| 11 | SRC_URI = "http://dl.bytesex.org/releases/fbida/fbida-${PV}.tar.gz" | 11 | SRC_URI = "git://git.kraxel.org/fbida" |
| 12 | SRC_URI[md5sum] = "9b3693ab26a58194e36b479bffb61ed0" | 12 | SRCREV = "cb0ce5fa5f42bfaea4f8f326bcd8914dd14e782d" |
| 13 | SRC_URI[sha256sum] = "298e7f3545e33596a5876f6b9c3da7ef475c2692e5fab0df824fbcd7a489cd80" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | EXTRA_OEMAKE = "STRIP=" | 15 | EXTRA_OEMAKE = "STRIP=" |
| 16 | 16 | ||
| 17 | do_compile() { | 17 | do_compile() { |
| 18 | sed -i -e 's: cpp: ${TARGET_PREFIX}cpp:g' GNUmakefile | ||
| 18 | oe_runmake | 19 | oe_runmake |
| 19 | } | 20 | } |
| 20 | 21 | ||
