From a6c5553c9a0ebac846ea1394a739bac65e230c1c Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Fri, 21 Dec 2012 12:00:14 +0100 Subject: [PATCH] adding dateutil to the image, as i do not know why RDEPENDS does not ensure that dateutil exists in the rootfs --- recipes-core/images/core-image-ros.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/images/core-image-ros.bb b/recipes-core/images/core-image-ros.bb index 59fa58b..f7b134d 100644 --- a/recipes-core/images/core-image-ros.bb +++ b/recipes-core/images/core-image-ros.bb @@ -27,4 +27,4 @@ ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; augment_hosts_setti IMAGE_INSTALL += "packagegroup-core-ssh-openssh git cmake \ boost boost-dev log4cxx log4cxx-dev libbz2-dev \ python-modules python-empy python-pyyaml python-nose \ - python-setuptools python-rospkg python-vcstools python-rosinstall" + python-setuptools python-rospkg python-dateutil python-vcstools python-rosinstall"