From 8ae440618908361211d85db52d140a448cf9d94c Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 4 Dec 2012 18:19:46 +0100 Subject: [PATCH] ROS also needs bz2 libaries --- meta/recipes-core/images/core-image-bmw.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/images/core-image-bmw.bb b/meta/recipes-core/images/core-image-bmw.bb index bc7edd1..0fc2e3f 100644 --- a/meta/recipes-core/images/core-image-bmw.bb +++ b/meta/recipes-core/images/core-image-bmw.bb @@ -13,4 +13,4 @@ IMAGE_ROOTFS_EXTRA_SPACE = "524288" # remove not needed ipkg informations ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " -IMAGE_INSTALL += "boost boost-dev packagegroup-core-ssh-openssh dhcp-client file ldd python-modules python-setuptools python-rospkg python-rosinstall git cmake python-empy python-pyyaml python-nose log4cxx log4cxx-dev" +IMAGE_INSTALL += "boost boost-dev packagegroup-core-ssh-openssh dhcp-client file ldd python-modules python-setuptools python-rospkg python-rosinstall git cmake python-empy python-pyyaml python-nose log4cxx log4cxx-dev libbz2-dev"