[oe-commits] Erik Botö : systemd: Fix path to systemd-analyze so it end up in the right package.

git at git.openembedded.org git at git.openembedded.org
Thu Apr 11 15:11:58 UTC 2013


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

Author: Erik Botö <erik.boto at pelagicore.com>
Date:   Thu Apr 11 13:56:03 2013 +0200

systemd: Fix path to systemd-analyze so it end up in the right package.

Since the upgrade to version 199 the location for systemd-analyze has change
this caused the systemd-analyze package to be empty and the binary was
shipped with the systemd package instead.

Signed-off-by: Erik Botö <erik.boto at pelagicore.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/systemd/systemd_199.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/systemd/systemd_199.bb b/meta/recipes-core/systemd/systemd_199.bb
index 354e557..3ee1283 100644
--- a/meta/recipes-core/systemd/systemd_199.bb
+++ b/meta/recipes-core/systemd/systemd_199.bb
@@ -122,7 +122,7 @@ PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs ${PN}-analyze ${PN}-
 USERADD_PACKAGES = "${PN}"
 GROUPADD_PARAM_${PN} = "-r lock; -r systemd-journal"
 
-FILES_${PN}-analyze = "${base_bindir}/systemd-analyze"
+FILES_${PN}-analyze = "${bindir}/systemd-analyze"
 
 FILES_${PN}-initramfs = "/init"
 RDEPENDS_${PN}-initramfs = "${PN}"





More information about the Openembedded-commits mailing list