From 7a4e42e9ff3a45a7859f45ec2b2443ab56cccd84 Mon Sep 17 00:00:00 2001 From: Jason Wessel Date: Fri, 15 Nov 2019 07:47:02 -0800 Subject: [PATCH] overc-utils: dom0 needs to depend on util-linux-script The "c3-console dom0" from cube-server no longer works due to the further split of the utilities in the oe-core of util-linux. The simple fix is to just add util-linux-script as a dependency to the dom0 packagegroup. [ Issue: LIN1019-2953 ] Signed-off-by: Jason Wessel --- meta-cube/recipes-support/overc-utils/overc-utils_1.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-cube/recipes-support/overc-utils/overc-utils_1.0.bb b/meta-cube/recipes-support/overc-utils/overc-utils_1.0.bb index 1e1eea2..0794fad 100644 --- a/meta-cube/recipes-support/overc-utils/overc-utils_1.0.bb +++ b/meta-cube/recipes-support/overc-utils/overc-utils_1.0.bb @@ -72,4 +72,5 @@ FILES_overc-device-utils += "${sbindir}/cube-device ${sysconfdir}/udev ${sysconf RDEPENDS_${PN} += "bash dtach nanomsg udev systemd-extra-utils jq overc-installer udocker \ sed which grep util-linux-nsenter util-linux-column util-linux-setsid \ + util-linux-script \ "