[oe-commits] Angus Ainslie : paroli : bump the srcrev and add a om-gta01 rules.yaml

GIT User account git at amethyst.openembedded.net
Fri May 8 15:24:06 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 2c17327271f6340869054db5b77aa41563480f01
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2c17327271f6340869054db5b77aa41563480f01

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Fri May  8 09:18:20 2009 -0600

paroli : bump the srcrev and add a om-gta01 rules.yaml

---

 conf/distro/include/sane-srcrevs.inc    |    2 +-
 recipes/openmoko-projects/paroli_git.bb |    8 +++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 14ba5bd..3d41389 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -188,7 +188,7 @@ SRCREV_pn-opkg-utils ?= "4578"
 SRCREV_pn-opkg-utils-native ?= "4595"
 SRCREV_pn-oprofileui ?= "173"
 SRCREV_pn-packagekit ?= "813fa8cfb139246cf180d52895b52b28616ae2f5"
-SRCREV_pn-paroli ?= "83d262ab5c88dd32078e6e931850d69f3c1eca51"
+SRCREV_pn-paroli ?= "07fc69c3814acac519a571181e6a46b34a7930a2"
 SRCREV_pn-portaudio-v19 ?= "1387"
 SRCREV_pn-psplash ?= "249"
 SRCREV_pn-pty-forward-native ?= "4214"
diff --git a/recipes/openmoko-projects/paroli_git.bb b/recipes/openmoko-projects/paroli_git.bb
index 7149646..0a4b285 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





More information about the Openembedded-commits mailing list