[oe-commits] Andreas Müller : systemd: systemd-analyse has moved to base_bindir

git at git.openembedded.org git at git.openembedded.org
Thu Jan 31 14:11:38 UTC 2013


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

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Mon Jan 28 23:23:45 2013 +0100

systemd: systemd-analyse has moved to base_bindir

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

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

diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb
index 2b59ead..bf7fd54 100644
--- a/meta/recipes-core/systemd/systemd_197.bb
+++ b/meta/recipes-core/systemd/systemd_197.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
 PROVIDES = "udev"
 
 PE = "1"
-PR = "r1"
+PR = "r2"
 
 DEPENDS = "xz kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup tcp-wrappers glib-2.0 libgcrypt"
 DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
@@ -111,7 +111,7 @@ PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs ${PN}-analyze"
 USERADD_PACKAGES = "${PN}"
 GROUPADD_PARAM_${PN} = "-r lock"
 
-FILES_${PN}-analyze = "${bindir}/systemd-analyze"
+FILES_${PN}-analyze = "${base_bindir}/systemd-analyze"
 RDEPENDS_${PN}-analyze = "python-dbus python-argparse python-textutils"
 RRECOMMENDS_${PN}-analyze = "python-pycairo"
 





More information about the Openembedded-commits mailing list