[oe-commits] Koen Kooi : systemd: fix PV and a typo in FILES

git version control git at git.openembedded.org
Fri Jun 18 09:57:10 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7cdfbc23dc652d4c0a43d0cebc27b43fd2421020
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7cdfbc23dc652d4c0a43d0cebc27b43fd2421020

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Jun 18 11:56:40 2010 +0200

systemd: fix PV and a typo in FILES

---

 recipes/systemd/systemd_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/systemd/systemd_git.bb b/recipes/systemd/systemd_git.bb
index da9c271..5f98e54 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]





More information about the Openembedded-commits mailing list