aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ffphonelog
diff options
context:
space:
mode:
author?ukasz Pankowski <lukpank@o2.pl>2011-02-27 14:01:18 +0000
committerSteffen Sledz <sledz@dresearch.de>2011-03-02 08:30:24 +0100
commite9f66880953e24a34e79b06af3197a1b50cf32da (patch)
tree1c8a6e5e2ca13f16f6cab80807bfd96593a197c5 /recipes/ffphonelog
parentfe760497e01d2109fb0a792b75a8f426cf65bb61 (diff)
downloadopenembedded-e9f66880953e24a34e79b06af3197a1b50cf32da.tar.gz
ffphonelog: bump SRCREV to latest git, now using EXTRA_OEMAKE
Signed-off-by: ?ukasz Pankowski <lukpank@o2.pl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/ffphonelog')
-rw-r--r--recipes/ffphonelog/ffphonelog_git.bb11
1 files changed, 9 insertions, 2 deletions
diff --git a/recipes/ffphonelog/ffphonelog_git.bb b/recipes/ffphonelog/ffphonelog_git.bb
index 7978cc2f58..0aee94cbe8 100644
--- a/recipes/ffphonelog/ffphonelog_git.bb
+++ b/recipes/ffphonelog/ffphonelog_git.bb
@@ -11,13 +11,20 @@ PR = "r1"
SRC_URI = "git://git.shr-project.org/repo/ffphonelog.git;protocol=http;branch=master"
-SRCREV = "f257edad1b046d5efcc83f80c1bef314773c2bc2"
+SRCREV = "9f7b682c4be9c0f23908dc888462399d939ffa11"
S = "${WORKDIR}/git"
FILES_${PN} += "${datadir}/applications ${datadir}/pixmaps"
+EXTRA_OEMAKE = " \
+ CC='${CC}' \
+ CFLAGS_APPEND='${CFLAGS}' \
+ LDFLAGS_APPEND='${LDFLAGS}' \
+ DESTDIR='${D}' \
+ PREFIX=/usr"
+
do_install() {
- oe_runmake install DESTDIR=${D}
+ oe_runmake install
}
MAINTAINER = "Lukasz Pankowski <lukpank@o2.pl>"