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 | |
parent | edb6660f5661cbcd92be8a53bf651728d38fbbac (diff) | |
download | openembedded-core-c1737937fbebf3a129939bf4d1a220994960b6a2.tar.gz openembedded-core-c1737937fbebf3a129939bf4d1a220994960b6a2.tar.bz2 openembedded-core-c1737937fbebf3a129939bf4d1a220994960b6a2.zip |
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')
-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 @@ # # Copyright (C) 2007 OpenedHand Ltd. # +PR = "r1" IMAGE_INSTALL = "task-oh-boot" +IMAGE_LINGUAS = " " + require poky-image.inc # remove not needed stuff (locale support and ipkg support) |