aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/disko/disko_1.6.0.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-11-17 18:50:26 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-11-17 21:34:21 +0100
commitd177641f4438910b3c946615c89b3099df5e65f0 (patch)
tree8ffb24132b25149cd26cf441f3d0d859dd65fc34 /recipes/disko/disko_1.6.0.bb
parentf001d149f39f7ef6384cb8f11ded39e3534e7e61 (diff)
downloadopenembedded-d177641f4438910b3c946615c89b3099df5e65f0.tar.gz
disko: update git and make recipe for version 1.6.0
* remove linkpath.patch not needed anymore * convert disko_git to new style and add sanesrcvrev into the right file * license now LGPL
Diffstat (limited to 'recipes/disko/disko_1.6.0.bb')
-rw-r--r--recipes/disko/disko_1.6.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/disko/disko_1.6.0.bb b/recipes/disko/disko_1.6.0.bb
new file mode 100644
index 0000000000..f8741e9c1c
--- /dev/null
+++ b/recipes/disko/disko_1.6.0.bb
@@ -0,0 +1,16 @@
+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 = "LGPL"
+PR = "r0"
+
+require disko.inc
+
+DEPENDS += "taglib directfb virtual/libx11 hal libxv libxxf86vm"
+
+SRC_URI = "http://www.diskohq.org/downloads/${PN}-${PV}.tar.gz \
+ file://pkgconfig.patch;patch=1 \
+ "
+
+do_compile() {
+ ${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} graphics=all prefix=${prefix}/ || \
+ oefatal "scons build execution failed."
+}