aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2013-01-29 14:57:23 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-01-31 12:58:32 +0100
commit1e6758128560dec4c8d8e6c12a3996305bc24cae (patch)
tree7ee29e2b618bc8a291db45716f25057e3f42ca19
parent430922ff7be674a66064b9fc33a59e2957f7dba3 (diff)
downloadmeta-openembedded-contrib-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"
DEPENDS = "virtual/libiconv libpng jpeg fontconfig freetype libexif"
-SRC_URI = "http://dl.bytesex.org/releases/fbida/fbida-${PV}.tar.gz"
-SRC_URI[md5sum] = "9b3693ab26a58194e36b479bffb61ed0"
-SRC_URI[sha256sum] = "298e7f3545e33596a5876f6b9c3da7ef475c2692e5fab0df824fbcd7a489cd80"
+SRC_URI = "git://git.kraxel.org/fbida"
+SRCREV = "cb0ce5fa5f42bfaea4f8f326bcd8914dd14e782d"
+S = "${WORKDIR}/git"
EXTRA_OEMAKE = "STRIP="
do_compile() {
+ sed -i -e 's: cpp: ${TARGET_PREFIX}cpp:g' GNUmakefile
oe_runmake
}