aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/systemd
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-06-18 11:56:40 +0200
committerKoen Kooi <koen@openembedded.org>2010-06-18 11:56:40 +0200
commit7cdfbc23dc652d4c0a43d0cebc27b43fd2421020 (patch)
tree7aa3d6d37af840867080949b29dd3a1ebb8aeeeb /recipes/systemd
parentd5f753d8a5f7b9ded3622805e403ce033fd61304 (diff)
downloadopenembedded-7cdfbc23dc652d4c0a43d0cebc27b43fd2421020.tar.gz
systemd: fix PV and a typo in FILES
Diffstat (limited to 'recipes/systemd')
-rw-r--r--recipes/systemd/systemd_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/systemd/systemd_git.bb b/recipes/systemd/systemd_git.bb
index da9c271792..5f98e54b1b 100644
--- 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]