[oe] [meta-oe][PATCH] fbida: update to 2.09

Koen Kooi koen at dominion.thruhere.net
Tue Jan 29 14:57:23 UTC 2013


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>
---
 meta-oe/recipes-graphics/fbida/fbida_2.08.bb | 26 --------------------------
 meta-oe/recipes-graphics/fbida/fbida_2.09.bb | 27 +++++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 26 deletions(-)
 delete mode 100644 meta-oe/recipes-graphics/fbida/fbida_2.08.bb
 create mode 100644 meta-oe/recipes-graphics/fbida/fbida_2.09.bb

diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.08.bb b/meta-oe/recipes-graphics/fbida/fbida_2.08.bb
deleted file mode 100644
index 4b8ddad..0000000
--- a/meta-oe/recipes-graphics/fbida/fbida_2.08.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-HOMEPAGE = "http://linux.bytesex.org/fbida/"
-DESCRIPTION = "frame buffer image and doc viewer tools"
-AUTHOR = "Gerd Hoffmann"
-SECTION = "utils"
-
-LICENSE = "GPLv2"
-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"
-
-EXTRA_OEMAKE = "STRIP="
-
-do_compile() {
-	oe_runmake
-}
-
-do_install() {
-	oe_runmake 'DESTDIR=${D}' install
-}
-
-RDEPENDS_${PN} = "ttf-dejavu-sans-mono"
-
diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.09.bb b/meta-oe/recipes-graphics/fbida/fbida_2.09.bb
new file mode 100644
index 0000000..455fd8a
--- /dev/null
+++ b/meta-oe/recipes-graphics/fbida/fbida_2.09.bb
@@ -0,0 +1,27 @@
+HOMEPAGE = "http://linux.bytesex.org/fbida/"
+DESCRIPTION = "frame buffer image and doc viewer tools"
+AUTHOR = "Gerd Hoffmann"
+SECTION = "utils"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
+
+DEPENDS = "virtual/libiconv libpng jpeg fontconfig freetype libexif"
+
+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
+}
+
+do_install() {
+	oe_runmake 'DESTDIR=${D}' install
+}
+
+RDEPENDS_${PN} = "ttf-dejavu-sans-mono"
+
-- 
1.8.1





More information about the Openembedded-devel mailing list