diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-25 07:30:35 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-25 07:30:35 +0000 |
commit | fa135ef0195a1aacf9e880eff6f18f2400858bf9 (patch) | |
tree | 038d50c17d8257e4dd8ada81b8b4d324faefda92 /meta/packages/images | |
parent | c1737937fbebf3a129939bf4d1a220994960b6a2 (diff) | |
download | poky-fa135ef0195a1aacf9e880eff6f18f2400858bf9.tar.gz |
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
Diffstat (limited to 'meta/packages/images')
-rw-r--r-- | meta/packages/images/oh-image-minimal.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
1 | # | 1 | # |
2 | # Copyright (C) 2007 OpenedHand Ltd. | 2 | # Copyright (C) 2007 OpenedHand Ltd. |
3 | # | 3 | # |
4 | PR = "r1" | 4 | PR = "r2" |
5 | 5 | ||
6 | IMAGE_INSTALL = "task-oh-boot" | 6 | IMAGE_INSTALL = "task-oh-boot" |
7 | 7 | ||
@@ -9,5 +9,5 @@ IMAGE_LINGUAS = " " | |||
9 | 9 | ||
10 | require poky-image.inc | 10 | require poky-image.inc |
11 | 11 | ||
12 | # remove not needed stuff (locale support and ipkg support) | 12 | # remove not needed ipkg informations |
13 | ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/share/i18n/ ${IMAGE_ROOTFS}/usr/lib/ipkg/" | 13 | ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/lib/ipkg/" |