From 35dc7b83e25a8f6897ce0da04a10fc8c0538409e Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de>
Date: Fri, 21 Dec 2012 13:30:49 +0100
Subject: [PATCH] remove obsolete postprocess command

---
 recipes-core/images/core-image-ros.bb | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/recipes-core/images/core-image-ros.bb b/recipes-core/images/core-image-ros.bb
index fdad044..c45a174 100644
--- a/recipes-core/images/core-image-ros.bb
+++ b/recipes-core/images/core-image-ros.bb
@@ -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 \
-- 
GitLab