From patchwork Fri Jul 20 09:44:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe, meta-systemd, PATCHv2, 2/2] systemd: include /etc/rpm/macros.systemd in PN-dev Date: Fri, 20 Jul 2012 09:44:43 -0000 From: Martin Jansa X-Patchwork-Id: 32703 Message-Id: <1342777483-25687-2-git-send-email-Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org * fixes: WARNING: QA Issue: systemd: Files/directories were installed but not shipped /etc/rpm /etc/rpm/macros.systemd Signed-off-by: Martin Jansa --- meta-systemd/recipes-core/systemd/systemd_git.bb | 4 ++-- 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 ac02cff..9cbdd76 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 PKGV = "v${GITPKGVTAG}" PV = "git" -PR = "r1" +PR = "r2" inherit useradd pkgconfig autotools vala perlnative @@ -143,7 +143,7 @@ FILES_${PN} = " ${base_bindir}/* \ " FILES_${PN}-dbg += "${systemd_unitdir}/.debug ${systemd_unitdir}/*/.debug ${base_libdir}/security/.debug/" -FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/" +FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd" RDEPENDS_${PN} += "dbus-systemd udev-systemd"