diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-21 11:21:25 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-21 11:21:25 +0200 |
commit | e74d8c7cc963d6c47f2218237c8e8daec115d5a9 (patch) | |
tree | 64d6617c9e5b8ef92a1583b974c6aed43a6e60e5 /meta-oe | |
parent | ea423a6944b1ec1d5733588ec53558b7d6508320 (diff) | |
download | meta-openembedded-e74d8c7cc963d6c47f2218237c8e8daec115d5a9.tar.gz |
systemd: bump SRCREV for automount fixes
Also fix -dev package
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | 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 b9693f874..7312fe153 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 | |||
14 | PKGV = "v${GITPKGVTAG}" | 14 | PKGV = "v${GITPKGVTAG}" |
15 | 15 | ||
16 | PV = "git" | 16 | PV = "git" |
17 | PR = "r0" | 17 | PR = "r1" |
18 | 18 | ||
19 | inherit autotools vala perlnative | 19 | inherit autotools vala perlnative |
20 | 20 | ||
21 | SRCREV = "fe7ac310219d84ca8621fd89b99fcf60a2fdfd46" | 21 | SRCREV = "a2f5666d06fe8233025738047115bb9e3959df3e" |
22 | 22 | ||
23 | SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \ | 23 | SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \ |
24 | ${UCLIBCPATCHES} \ | 24 | ${UCLIBCPATCHES} \ |
@@ -74,7 +74,7 @@ FILES_${PN} += " ${base_bindir}/* \ | |||
74 | " | 74 | " |
75 | 75 | ||
76 | FILES_${PN}-dbg += "${base_libdir}/systemd/.debug ${base_libdir}/systemd/*/.debug ${base_libdir}/security/.debug/" | 76 | FILES_${PN}-dbg += "${base_libdir}/systemd/.debug ${base_libdir}/systemd/*/.debug ${base_libdir}/security/.debug/" |
77 | FILES_${PN}-dev += "${base_libdir}/security/*.la" | 77 | FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/" |
78 | 78 | ||
79 | RDEPENDS_${PN} += "dbus-systemd udev-systemd" | 79 | RDEPENDS_${PN} += "dbus-systemd udev-systemd" |
80 | 80 | ||