diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-24 21:21:32 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-24 21:21:32 +0000 |
commit | b26bc7401d1dd01062b6022c51f4d16bf4e88ea3 (patch) | |
tree | b476221aca76ff165e93c03a38ecf146a974137b /conf/machine/collie.conf | |
parent | 7ff29c463d5184385d32675ba12fc57b4b892b21 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/11/24 21:20:11+00:00 nexus.co.uk!pb
disable IMAGE_LINGUAS again on 16MB builds, since not apparently related to gconv crash drama
BKrev: 41a4fb5c38uswCh-MdfgEOQKvxB9LQ
Diffstat (limited to 'conf/machine/collie.conf')
-rw-r--r-- | conf/machine/collie.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf index c619313c14..1730a5e507 100644 --- a/conf/machine/collie.conf +++ b/conf/machine/collie.conf @@ -19,7 +19,7 @@ BOOTSTRAP_EXTRA_RDEPENDS += "e2fsprogs-mke2fs" EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n" -IMAGE_LINGUAS = "en-gb" +IMAGE_LINGUAS = "" include conf/machine/handheld-common.conf include conf/machine/tune-strongarm.conf |