[oe-commits] org.oe.dev neuros-mainmenu: have nwm start it up

koen commit oe at amethyst.openembedded.net
Mon Sep 1 17:58:45 UTC 2008


neuros-mainmenu: have nwm start it up

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 20947b33ee2d867e3ee4b84c505ded65f0f6bfa4
ViewMTN: http://monotone.openembedded.org/revision/info/20947b33ee2d867e3ee4b84c505ded65f0f6bfa4
Files:
1
packages/neuros-public/neuros-mainmenu_git.bb
Diffs:

#
# mt diff -rbfd2256243dffe436d3ea1d77abf9313ade5f7c6 -r20947b33ee2d867e3ee4b84c505ded65f0f6bfa4
#
#
#
# patch "packages/neuros-public/neuros-mainmenu_git.bb"
#  from [556d6e6f57c68b97712cda2ea1ed2e9ada27b4fa]
#    to [046817a13e841d42388d0d9bd172bfe73599c66c]
#
============================================================
--- packages/neuros-public/neuros-mainmenu_git.bb	556d6e6f57c68b97712cda2ea1ed2e9ada27b4fa
+++ packages/neuros-public/neuros-mainmenu_git.bb	046817a13e841d42388d0d9bd172bfe73599c66c
@@ -2,7 +2,7 @@ PV = "0.0+${PR}+gitr${SRCREV}"
 LICENSE = "GPL"
 
 PV = "0.0+${PR}+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 DEPENDS = "qt-embedded"
 
@@ -18,6 +18,9 @@ do_install() {
 
 	install -d ${D}/${sysconfdir}/menu
 	install -m 0644 ${S}/resources/menu/* ${D}/${sysconfdir}/menu
+
+	install -d ${D}/${sysconfdir}/nwm
+	echo "${bindir}/mainmenu" > ${D}/${sysconfdir}/nwm/startup
 }
 
 






More information about the Openembedded-commits mailing list