From 85283a8fa1581a3e5522008451a9bc138678ecc0 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 12 Sep 2010 12:27:01 +0100 Subject: [PATCH] opie-taskbar: install /etc/opie_sysevents.conf --- recipes/opie-taskbar/opie-taskbar_cvs.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/opie-taskbar/opie-taskbar_cvs.bb b/recipes/opie-taskbar/opie-taskbar_cvs.bb index 15df0a0ea9..20fc6e8a21 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}/ } -- 2.39.5