ROS also needs bz2 libaries

This commit is contained in:
Lukas Bulwahn 2012-12-04 18:19:46 +01:00
parent 3c2c40029d
commit 8ae4406189
1 changed files with 1 additions and 1 deletions

View File

@ -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"