adding further packages that are required for ros-groovy

This commit is contained in:
Lukas Bulwahn 2013-01-04 15:14:05 +01:00
parent 5b73fd612c
commit cf1c18d376
1 changed files with 2 additions and 1 deletions

View File

@ -25,5 +25,6 @@ ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; augment_hosts_setti
# also adding python-misc to obtain the ast module. We should check if this ast file should better
# be a python module in the openembedded core repository.
IMAGE_INSTALL += "packagegroup-core-ssh-openssh cmake \
python-modules python-misc python-empy \
python-modules python-misc python-empy python-setuptools \
boost boost-dev python-dev \
python-argparse python-rosdep python-wstool"