aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/disko/disko_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/disko/disko_git.bb')
-rw-r--r--recipes/disko/disko_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/disko/disko_git.bb b/recipes/disko/disko_git.bb
index 6a301bc390..71d694da1e 100644
--- a/recipes/disko/disko_git.bb
+++ b/recipes/disko/disko_git.bb
@@ -1,8 +1,7 @@
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${SRCPV}"
-PE = "1"
+PV = "1.6.1+gitr${SRCREV}"
PR = "r0"
DEFAULT_PREFERENCE = "-1"
@@ -12,7 +11,7 @@ require disko.inc
DEPENDS += "taglib directfb virtual/libx11 hal libxv libxxf86vm"
SRC_URI = "git://www.diskohq.org/disko.git;protocol=git \
- file://pkgconfig.patch;patch=1 \
+ file://pkgconfig.patch \
"
S = "${WORKDIR}/git"