mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
This commit is contained in:
parent
430922ff7b
commit
1e67581285
|
|
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user