git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6306cda
)
neuros-mainmenu: have nwm start it up
author
Koen Kooi
<koen@openembedded.org>
Wed, 6 Aug 2008 17:37:37 +0000
(17:37 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 6 Aug 2008 17:37:37 +0000
(17:37 +0000)
packages/neuros-public/neuros-mainmenu_git.bb
patch
|
blob
|
history
diff --git
a/packages/neuros-public/neuros-mainmenu_git.bb
b/packages/neuros-public/neuros-mainmenu_git.bb
index
c16cbeb
..
8c3b3d2
100644
(file)
--- a/
packages/neuros-public/neuros-mainmenu_git.bb
+++ b/
packages/neuros-public/neuros-mainmenu_git.bb
@@
-2,7
+2,7
@@
DESCRIPTION = "Neuros window manager"
LICENSE = "GPL"
PV = "0.0+${PR}+gitr${SRCREV}"
-PR = "r
0
"
+PR = "r
1
"
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
}