summaryrefslogtreecommitdiffstats
path: root/meta-systemd/recipes-core
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-07-20 09:44:43 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-07-20 13:29:48 +0200
commitec501e356f52c10967ad8185be1db7b0804a1b5b (patch)
treecebe9fcc27a7dd0206b13b9a5e83fe0c5c008044 /meta-systemd/recipes-core
parentec2459251c68bb090c8b6f0d6cbf5ea0c2486337 (diff)
downloadmeta-openembedded-ec501e356f52c10967ad8185be1db7b0804a1b5b.tar.gz
systemd: include /etc/rpm/macros.systemd in PN-dev
* fixes: WARNING: QA Issue: systemd: Files/directories were installed but not shipped /etc/rpm /etc/rpm/macros.systemd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-systemd/recipes-core')
-rw-r--r--meta-systemd/recipes-core/systemd/systemd_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/recipes-core/systemd/systemd_git.bb
index ac02cff33..9cbdd76c1 100644
--- a/meta-systemd/recipes-core/systemd/systemd_git.bb
+++ b/meta-systemd/recipes-core/systemd/systemd_git.bb
@@ -19,7 +19,7 @@ inherit gitpkgv
19PKGV = "v${GITPKGVTAG}" 19PKGV = "v${GITPKGVTAG}"
20 20
21PV = "git" 21PV = "git"
22PR = "r1" 22PR = "r2"
23 23
24inherit useradd pkgconfig autotools vala perlnative 24inherit useradd pkgconfig autotools vala perlnative
25 25
@@ -143,7 +143,7 @@ FILES_${PN} = " ${base_bindir}/* \
143 " 143 "
144 144
145FILES_${PN}-dbg += "${systemd_unitdir}/.debug ${systemd_unitdir}/*/.debug ${base_libdir}/security/.debug/" 145FILES_${PN}-dbg += "${systemd_unitdir}/.debug ${systemd_unitdir}/*/.debug ${base_libdir}/security/.debug/"
146FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/" 146FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd"
147 147
148RDEPENDS_${PN} += "dbus-systemd udev-systemd" 148RDEPENDS_${PN} += "dbus-systemd udev-systemd"
149 149