tried to add python-vcstools via dependency in python-rosinstall but it does not do and then added it the core-image instead; tuned layout and order in core-image

This commit is contained in:
Lukas Bulwahn 2012-12-21 11:29:06 +01:00
parent 1a7b85e910
commit 8c0cef057c
2 changed files with 6 additions and 1 deletions

View File

@ -24,4 +24,7 @@ create_python_easy_install_pth_file () {
# create a custom hosts file
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; augment_hosts_setting_file ; create_python_easy_install_pth_file ; "
IMAGE_INSTALL += "boost boost-dev packagegroup-core-ssh-openssh python-modules python-setuptools python-rospkg python-rosinstall git cmake python-empy python-pyyaml python-nose log4cxx log4cxx-dev libbz2-dev"
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"

View File

@ -10,5 +10,7 @@ SRC_URI[sha256sum] = "7163106c93460c8d092c5e74749cefd3fc17295f3a06c4f041fe83a772
S = "${WORKDIR}/${SRCNAME}-${PV}"
DEPENDS += "python-vcstools"
inherit setuptools