aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/disko/disko_git.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-02-08 23:24:59 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-02-08 23:27:17 +0100
commitd6e5809d0874902ba951eb4b92338bbd61ecd533 (patch)
tree88f6791a06a05e86e14e44c243c61cf6b00478e2 /recipes/disko/disko_git.bb
parent48b894463de4e6036ff903846b4bef3806b77887 (diff)
downloadopenembedded-d6e5809d0874902ba951eb4b92338bbd61ecd533.tar.gz
disko: update git version, use INC_PR, re work disko.inc usage
Diffstat (limited to 'recipes/disko/disko_git.bb')
-rw-r--r--recipes/disko/disko_git.bb23
1 files changed, 8 insertions, 15 deletions
diff --git a/recipes/disko/disko_git.bb b/recipes/disko/disko_git.bb
index 71d694da1e..950f6bae00 100644
--- a/recipes/disko/disko_git.bb
+++ b/recipes/disko/disko_git.bb
@@ -1,22 +1,15 @@
-DESCRIPTION = "Disko is an application framework, that can be used to develop GUI applications for embedded devices. It is closely connected to the DirectFB"
-LICENSE = "GPL"
-SRCREV = "f52597b8d5d584811cbe8f9e0bf25ea372526953"
-PV = "1.6.1+gitr${SRCREV}"
-PR = "r0"
-
-DEFAULT_PREFERENCE = "-1"
-
require disko.inc
-DEPENDS += "taglib directfb virtual/libx11 hal libxv libxxf86vm"
+SRCREV = "0a38997f2525d8c62156b0fa97393a966c645f41"
+PV = "1.7.0+gitr${SRCREV}"
+PR = "${INC_PR}.0"
+
+FILESPATHPKG =. "disko-git:"
SRC_URI = "git://www.diskohq.org/disko.git;protocol=git \
- file://pkgconfig.patch \
+ file://pkgconfig.patch \
+ file://mmsfbsurface.patch \
+ file://mmsfbmanager.patch \
"
S = "${WORKDIR}/git"
-
-do_compile() {
- ${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} graphics=all prefix=${prefix}/ || \
- oefatal "scons build execution failed."
-}