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:
d5f753d
)
systemd: fix PV and a typo in FILES
author
Koen Kooi
<koen@openembedded.org>
Fri, 18 Jun 2010 09:56:40 +0000
(11:56 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 18 Jun 2010 09:56:40 +0000
(11:56 +0200)
recipes/systemd/systemd_git.bb
patch
|
blob
|
history
diff --git
a/recipes/systemd/systemd_git.bb
b/recipes/systemd/systemd_git.bb
index
da9c271
..
5f98e54
100644
(file)
--- a/
recipes/systemd/systemd_git.bb
+++ b/
recipes/systemd/systemd_git.bb
@@
-5,6
+5,7
@@
DEPENDS = "readline udev dbus libcap2 libcgroup gtk+"
PRIORITY = "optional"
SECTION = "base/shell"
+PV = "0.0"
PR_append = "+${SRCPV}"
inherit autotools vala
@@
-41,7
+42,7
@@
FILES_${PN} = " ${base_bindir}/* \
${bindir}/systemd-install \
"
-FILES_${PN}-dbg += " /lib/systemd/.debug "
o
+FILES_${PN}-dbg += " /lib/systemd/.debug "
def get_baudrate(bb, d):
return bb.data.getVar('SERIAL_CONSOLE', d, 1).split()[0]