From 8dbe3b8b2c6a4e410bcc56716b817d9006623483 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 9 Oct 2011 19:35:19 +0200 Subject: [PATCH] hardware-bringup-image: include python modules needed for systemd-analyze Signed-off-by: Koen Kooi --- recipes-angstrom/images/hardware-bringup-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-angstrom/images/hardware-bringup-image.bb b/recipes-angstrom/images/hardware-bringup-image.bb index 07cc75e..a50cd4a 100644 --- a/recipes-angstrom/images/hardware-bringup-image.bb +++ b/recipes-angstrom/images/hardware-bringup-image.bb @@ -13,7 +13,7 @@ IMAGE_INSTALL += " \ e2fsprogs-e2fsck e2fsprogs-blkid \ avahi-daemon avahi-utils avahi-systemd \ ${CONMANPKGS} \ - systemd-compat-units \ + systemd-compat-units python-dbus python-pycairo \ cpufrequtils \ htop \ usbutils \