diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-25 06:46:24 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-25 06:46:24 +0000 |
commit | c1737937fbebf3a129939bf4d1a220994960b6a2 (patch) | |
tree | af16ae40d0413b00219a357c64951300e584faac /meta/packages/images | |
parent | edb6660f5661cbcd92be8a53bf651728d38fbbac (diff) | |
download | poky-c1737937fbebf3a129939bf4d1a220994960b6a2.tar.gz |
oh-image-minimal: do not install locale support to get it smaller
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1992 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/images')
-rw-r--r-- | meta/packages/images/oh-image-minimal.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/packages/images/oh-image-minimal.bb b/meta/packages/images/oh-image-minimal.bb index edb29d250e..2d9a8591f3 100644 --- a/meta/packages/images/oh-image-minimal.bb +++ b/meta/packages/images/oh-image-minimal.bb | |||
@@ -1,9 +1,12 @@ | |||
1 | # | 1 | # |
2 | # Copyright (C) 2007 OpenedHand Ltd. | 2 | # Copyright (C) 2007 OpenedHand Ltd. |
3 | # | 3 | # |
4 | PR = "r1" | ||
4 | 5 | ||
5 | IMAGE_INSTALL = "task-oh-boot" | 6 | IMAGE_INSTALL = "task-oh-boot" |
6 | 7 | ||
8 | IMAGE_LINGUAS = " " | ||
9 | |||
7 | require poky-image.inc | 10 | require poky-image.inc |
8 | 11 | ||
9 | # remove not needed stuff (locale support and ipkg support) | 12 | # remove not needed stuff (locale support and ipkg support) |