[oe-commits] Koen Kooi : systemd: bump SRCREV for automount fixes

git version control git at git.openembedded.org
Wed Sep 21 14:22:36 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: e74d8c7cc963d6c47f2218237c8e8daec115d5a9
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e74d8c7cc963d6c47f2218237c8e8daec115d5a9

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed Sep 21 11:21:25 2011 +0200

systemd: bump SRCREV for automount fixes

Also fix -dev package

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/systemd/systemd_git.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index b9693f8..7312fe1 100644
--- a/meta-oe/recipes-core/systemd/systemd_git.bb
+++ b/meta-oe/recipes-core/systemd/systemd_git.bb
@@ -14,11 +14,11 @@ inherit gitpkgv
 PKGV = "v${GITPKGVTAG}"
 
 PV = "git"
-PR = "r0"
+PR = "r1"
 
 inherit autotools vala perlnative
 
-SRCREV = "fe7ac310219d84ca8621fd89b99fcf60a2fdfd46"
+SRCREV = "a2f5666d06fe8233025738047115bb9e3959df3e"
 
 SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \
            ${UCLIBCPATCHES} \
@@ -74,7 +74,7 @@ FILES_${PN} += " ${base_bindir}/* \
                "
 
 FILES_${PN}-dbg += "${base_libdir}/systemd/.debug ${base_libdir}/systemd/*/.debug ${base_libdir}/security/.debug/"
-FILES_${PN}-dev += "${base_libdir}/security/*.la"
+FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/"
 
 RDEPENDS_${PN} += "dbus-systemd udev-systemd"
 





More information about the Openembedded-commits mailing list