summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb6
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 b9693f8744..7312fe1532 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
14PKGV = "v${GITPKGVTAG}" 14PKGV = "v${GITPKGVTAG}"
15 15
16PV = "git" 16PV = "git"
17PR = "r0" 17PR = "r1"
18 18
19inherit autotools vala perlnative 19inherit autotools vala perlnative
20 20
21SRCREV = "fe7ac310219d84ca8621fd89b99fcf60a2fdfd46" 21SRCREV = "a2f5666d06fe8233025738047115bb9e3959df3e"
22 22
23SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \ 23SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \
24 ${UCLIBCPATCHES} \ 24 ${UCLIBCPATCHES} \
@@ -74,7 +74,7 @@ FILES_${PN} += " ${base_bindir}/* \
74 " 74 "
75 75
76FILES_${PN}-dbg += "${base_libdir}/systemd/.debug ${base_libdir}/systemd/*/.debug ${base_libdir}/security/.debug/" 76FILES_${PN}-dbg += "${base_libdir}/systemd/.debug ${base_libdir}/systemd/*/.debug ${base_libdir}/security/.debug/"
77FILES_${PN}-dev += "${base_libdir}/security/*.la" 77FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/"
78 78
79RDEPENDS_${PN} += "dbus-systemd udev-systemd" 79RDEPENDS_${PN} += "dbus-systemd udev-systemd"
80 80