summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorErik Botö <erik.boto@pelagicore.com>2013-04-11 13:56:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-11 14:02:30 +0100
commitd0873800fd0a38504b7385f3938bc1b6650e1925 (patch)
tree868b91eb97ea76a07766ba7e10fa8bf6807fcb25 /meta
parentdab237bc6a7679dfeaa981c14736aedc7b04ecb9 (diff)
downloadpoky-d0873800fd0a38504b7385f3938bc1b6650e1925.tar.gz
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. (From OE-Core rev: 088c499815a6a856ece2bf0d54d6d8f1e7b431fb) Signed-off-by: Erik Botö <erik.boto@pelagicore.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/systemd/systemd_199.bb2
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 354e55733c..3ee1283ab7 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}-
122USERADD_PACKAGES = "${PN}" 122USERADD_PACKAGES = "${PN}"
123GROUPADD_PARAM_${PN} = "-r lock; -r systemd-journal" 123GROUPADD_PARAM_${PN} = "-r lock; -r systemd-journal"
124 124
125FILES_${PN}-analyze = "${base_bindir}/systemd-analyze" 125FILES_${PN}-analyze = "${bindir}/systemd-analyze"
126 126
127FILES_${PN}-initramfs = "/init" 127FILES_${PN}-initramfs = "/init"
128RDEPENDS_${PN}-initramfs = "${PN}" 128RDEPENDS_${PN}-initramfs = "${PN}"