diff options
-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 | ||