Signed-off-by: Łukasz Pankowski <[email protected]>
---
recipes/ffphonelog/ffphonelog_git.bb | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/recipes/ffphonelog/ffphonelog_git.bb
b/recipes/ffphonelog/ffphonelog_git.bb
index 709d849..0aee94c 100644
--- a/recipes/ffphonelog/ffphonelog_git.bb
+++ b/recipes/ffphonelog/ffphonelog_git.bb
@@ -7,16 +7,24 @@ LICENSE = "GPLv3"
DEPENDS = "libeflvala"
RDEPENDS_${PN} = "phoneuid"
PV = "0.1+gitr${SRCPV}"
+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 <[email protected]>"
--
1.7.2.3
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel