kvm-image-minimal: Fix warning

Fix this warning:
WARNING: Function remove_packaging_data_files doesn't exist

The remove_packaging_data_files function is now handled automatically when
"package-management" is not in IMAGE_FEATURES. We should remove the lines,
as they are not needed and might interfere with correct operation of
postinstall scripts.

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Maxin B. John 2014-07-16 17:43:12 +02:00 committed by Bruce Ashfield
parent 8242cb3405
commit f485eef9cb

View File

@ -21,5 +21,3 @@ LICENSE = "MIT"
inherit core-image
IMAGE_ROOTFS_SIZE = "8192"
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "