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:
2363582
)
openmoko2.bbclass: add support for daemons
author
Michael Lauer
<mickey@vanille-media.de>
Sun, 5 Aug 2007 06:58:46 +0000
(06:58 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Sun, 5 Aug 2007 06:58:46 +0000
(06:58 +0000)
classes/openmoko2.bbclass
patch
|
blob
|
history
diff --git
a/classes/openmoko2.bbclass
b/classes/openmoko2.bbclass
index
c5bd1c5
..
5948cb3
100644
(file)
--- a/
classes/openmoko2.bbclass
+++ b/
classes/openmoko2.bbclass
@@
-17,6
+17,7
@@
def openmoko_two_get_subdir(d):
elif section in 'apps tools pim'.split(): return "applications"
elif section == "panel-plugin": return "panel-plugins"
elif section == "inputmethods": return "inputmethods"
+ elif section == "daemons": return "daemons"
else: return section
LICENSE = "${@openmoko_two_get_license(d)}"
@@
-29,3
+30,5
@@
FILES_${PN} += "${datadir}/icons"
# SVNREV = "r${SRCREV}"
SVNREV = "${SRCDATE}"
+SRCDATE = "tomorrow"
+