[OE-core] [PATCH 1/1] systemd: Upgrade to 199

Erik Botö erik.boto at pelagicore.com
Tue Apr 2 10:58:30 UTC 2013


Hi,

On Thu, Mar 28, 2013 at 8:48 AM, Khem Raj <raj.khem at gmail.com> wrote:
> udevadm is now moved from /usr/bin to /bin so account for that
> bash completions for udevadm should be packages with udev-utils
> since thats where udevadm itself is, they were in systemd package
> which is not correct location for it

It looks like systemd-analyze installs into /usr/bin and therefore
isn't picked up in PACKAGE systemd-analyze. This should fix it:

diff --git a/meta/recipes-core/systemd/systemd_199.bb
b/meta/recipes-core/systemd/systemd_199.bb
index ba1d133..f896187 100644
--- a/meta/recipes-core/systemd/systemd_199.bb
+++ b/meta/recipes-core/systemd/systemd_199.bb
@@ -119,7 +119,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}"

Cheers,
Erik




More information about the Openembedded-core mailing list