1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

poky-image-minimal: Correct accidentally lost change

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2045 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-06-28 14:45:03 +00:00
parent 288a0fb27b
commit f79d85c369
+1 -1
View File
@@ -10,4 +10,4 @@ IMAGE_LINGUAS = " "
inherit poky-image
# remove not needed ipkg informations
ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/lib/ipkg/"
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files"