oh-image-minimal: remove only ipkg infos (locales are not in image)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1993 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-06-25 07:30:35 +00:00
parent c1737937fb
commit fa135ef019
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
PR = "r1"
PR = "r2"
IMAGE_INSTALL = "task-oh-boot"
@ -9,5 +9,5 @@ IMAGE_LINGUAS = " "
require poky-image.inc
# remove not needed stuff (locale support and ipkg support)
ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/share/i18n/ ${IMAGE_ROOTFS}/usr/lib/ipkg/"
# remove not needed ipkg informations
ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/lib/ipkg/"