[oe-commits] Koen Kooi : fbida: update to 2.09

git at git.openembedded.org git at git.openembedded.org
Thu Jan 31 11:59:13 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 1e6758128560dec4c8d8e6c12a3996305bc24cae
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1e6758128560dec4c8d8e6c12a3996305bc24cae

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Jan 29 14:57:23 2013 +0000

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 at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../fbida/{fbida_2.08.bb => fbida_2.09.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
similarity index 68%
rename from meta-oe/recipes-graphics/fbida/fbida_2.08.bb
rename to meta-oe/recipes-graphics/fbida/fbida_2.09.bb
index 4b8ddad..455fd8a 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
 }
 





More information about the Openembedded-commits mailing list