diff options
author | Erik Botö <erik.boto@pelagicore.com> | 2013-04-11 13:56:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-11 13:51:43 +0100 |
commit | 997f39575dbf85600a67bfb815d715443c3fe279 (patch) | |
tree | 7cf8e754157b14fd4d23b600efd444240737e7df /meta/recipes-core | |
parent | ac3a8ce0b672d1488c9074bde1a1d062e0c5fd33 (diff) | |
download | openembedded-core-997f39575dbf85600a67bfb815d715443c3fe279.tar.gz openembedded-core-997f39575dbf85600a67bfb815d715443c3fe279.tar.bz2 openembedded-core-997f39575dbf85600a67bfb815d715443c3fe279.zip |
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@pelagicore.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | 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 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}- 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}" |