From fa135ef0195a1aacf9e880eff6f18f2400858bf9 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 25 Jun 2007 07:30:35 +0000 Subject: 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 --- meta/packages/images/oh-image-minimal.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta') diff --git a/meta/packages/images/oh-image-minimal.bb b/meta/packages/images/oh-image-minimal.bb index 2d9a8591f3..29d442bf21 100644 --- a/meta/packages/images/oh-image-minimal.bb +++ b/meta/packages/images/oh-image-minimal.bb @@ -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/" -- cgit 1.2.3-korg