Merge pull request #323 from ashcharles/master

images: Remove spurious post-processing command
This commit is contained in:
Lukas Bulwahn 2015-05-22 18:19:16 +02:00
commit 4dc5332394
2 changed files with 0 additions and 6 deletions

View File

@ -10,7 +10,4 @@ inherit core-image
IMAGE_ROOTFS_SIZE = "8192"
# remove not needed ipkg informations
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files"
IMAGE_INSTALL += "roslaunch"

View File

@ -10,7 +10,4 @@ inherit core-image
IMAGE_ROOTFS_SIZE = "8192"
# remove not needed ipkg informations
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files"
IMAGE_INSTALL += "packagegroup-ros-world"