aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-projects
diff options
context:
space:
mode:
authorAngus Ainslie <nytowl@openmoko.org>2009-05-08 09:18:20 -0600
committerAngus Ainslie <nytowl@openmoko.org>2009-05-08 09:18:20 -0600
commit2c17327271f6340869054db5b77aa41563480f01 (patch)
tree2cdddaa39c65adf6036f9e07eb0de1e86941a621 /recipes/openmoko-projects
parent8ed127ca381d232067338ce252bb93888a43eb69 (diff)
downloadopenembedded-2c17327271f6340869054db5b77aa41563480f01.tar.gz
paroli : bump the srcrev and add a om-gta01 rules.yaml
Diffstat (limited to 'recipes/openmoko-projects')
-rw-r--r--recipes/openmoko-projects/paroli_git.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes/openmoko-projects/paroli_git.bb b/recipes/openmoko-projects/paroli_git.bb
index 7149646441..0a4b2859fe 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 = "r18"
+PR = "r19"
SRC_URI = "git://git.paroli-project.org/paroli.git;protocol=http"
S = "${WORKDIR}/git"
@@ -25,6 +25,9 @@ RDEPENDS = "\
E_CONFIG_DIR="/usr/share/enlightenment/data"
+RULES_YAML = rules.yaml
+RULES_YAML_om-gta01 = gta01_rules.yaml
+
do_install_append() {
# install paroli theme
install -d ${D}${E_CONFIG_DIR}/themes
@@ -48,9 +51,8 @@ do_install_append() {
echo "${E_CONFIG_DIR}/applications/all/paroli.desktop" >> ${D}${E_CONFIG_DIR}/applications/startup/.order
install -d ${D}${sysconfdir}/freesmartphone/oevents
- install ${S}/data/rules.yaml ${D}${sysconfdir}/freesmartphone/oevents/paroli_rules.yaml
+ install ${S}/data/${RULES_YAML} ${D}${sysconfdir}/freesmartphone/oevents/paroli_rules.yaml
install ${S}/data/frameworkd.conf ${D}${sysconfdir}/paroli_frameworkd.conf
-# install ${S}/data/frameworkd.conf ${D}${sysconfdir}/frameworkd.conf
install -d ${D}${sysconfdir}/freesmartphone/opreferences/conf/phone
install ${S}/data/default.yaml ${D}${sysconfdir}/freesmartphone/opreferences/conf/phone/paroli_default.yaml