Skip to content
Snippets Groups Projects
Commit 35dc7b83 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

remove obsolete postprocess command

parent cf81f1bb
No related branches found
No related tags found
No related merge requests found
......@@ -17,14 +17,9 @@ augment_hosts_setting_file () {
echo '127.0.0.1\tqemux86-64.localdomain\t\tqemux86-64' >> ${IMAGE_ROOTFS}/etc/hosts
}
# installs the easy_install_pth_file that we need
create_python_easy_install_pth_file () {
:
}
# remove not needed ipkg informations
# create a custom hosts file
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; augment_hosts_setting_file ; create_python_easy_install_pth_file ; "
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; augment_hosts_setting_file ; "
IMAGE_INSTALL += "packagegroup-core-ssh-openssh git cmake \
boost boost-dev log4cxx log4cxx-dev libbz2-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment