[oe-commits] Paul Eggleton : opie-taskbar: install /etc/opie_sysevents.conf

git version control git at git.openembedded.org
Mon Oct 18 23:53:20 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 85283a8fa1581a3e5522008451a9bc138678ecc0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=85283a8fa1581a3e5522008451a9bc138678ecc0

Author: Paul Eggleton <bluelightning at bluelightning.org>
Date:   Sun Sep 12 12:27:01 2010 +0100

opie-taskbar: install /etc/opie_sysevents.conf

---

 recipes/opie-taskbar/opie-taskbar_cvs.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/opie-taskbar/opie-taskbar_cvs.bb b/recipes/opie-taskbar/opie-taskbar_cvs.bb
index 15df0a0..20fc6e8 100644
--- a/recipes/opie-taskbar/opie-taskbar_cvs.bb
+++ b/recipes/opie-taskbar/opie-taskbar_cvs.bb
@@ -1,6 +1,6 @@
 require ${PN}.inc
 PV = "${OPIE_GIT_PV}"
-PR = "r20"
+PR = "r21"
 
 SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/apps/calibrate \
            ${OPIE_GIT};protocol=git;subpath=noncore/settings/mediummount \
@@ -22,5 +22,6 @@ SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/apps/calibrate \
 do_install_append() {
 	install -d ${D}${bindir} ${D}${sysconfdir}/apm/event.d/
 	install -m 0755 ${WORKDIR}/03opiesignal ${D}${sysconfdir}/apm/event.d/
+	install -m 0644 ${WORKDIR}/etc/opie_sysevents.conf ${D}${sysconfdir}/
 }
 





More information about the Openembedded-commits mailing list