aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-projects/paroli_git.bb
diff options
context:
space:
mode:
authorAngus Ainslie <nytowl@openmoko.org>2009-05-17 23:28:58 -0600
committerAngus Ainslie <nytowl@openmoko.org>2009-05-17 23:28:58 -0600
commit168fe47cf5415f1b73c5f542d2f538ed5cb1e7a5 (patch)
tree052a77a3f4fd929fce0ac9beebec2127c239d87b /recipes/openmoko-projects/paroli_git.bb
parent7cc1beec12807b4052b8af5144c55b1da17b7866 (diff)
downloadopenembedded-168fe47cf5415f1b73c5f542d2f538ed5cb1e7a5.tar.gz
paroli : add edbus-ehal dependency
Diffstat (limited to 'recipes/openmoko-projects/paroli_git.bb')
-rw-r--r--recipes/openmoko-projects/paroli_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/openmoko-projects/paroli_git.bb b/recipes/openmoko-projects/paroli_git.bb
index 3c273207bf..14c38d21e3 100644
--- a/recipes/openmoko-projects/paroli_git.bb
+++ b/recipes/openmoko-projects/paroli_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Paroli"
SECTION = "x11"
LICENSE = "GPL"
PV = "0.2.1+gitr${SRCREV}"
-PR = "r20"
+PR = "r21"
SRC_URI = "git://git.paroli-project.org/paroli.git;protocol=http"
S = "${WORKDIR}/git"
@@ -21,6 +21,7 @@ RDEPENDS = "\
task-fso-compliance \
elementary \
elementary-themes \
+ edbus-ehal \
"
E_CONFIG_DIR="/usr/share/enlightenment/data"