diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-11 14:46:15 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-11 14:46:15 +0000 |
commit | 6493a3c425660e03c028706762b741d706f90520 (patch) | |
tree | 992993f57a412fd56174083c8f63b5c341e63a5f | |
parent | 851b837c8a4705597c5d0ea2af28a5425c802829 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/09/11 15:45:58+01:00 (none)!pb
suppress the IMAGE_LINGUAS
BKrev: 41430fb7FdPDm8af-H08kR2S3XCHBA
-rw-r--r-- | meta/dvb-image.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/dvb-image.oe b/meta/dvb-image.oe index e21e673539..fa401eae31 100644 --- a/meta/dvb-image.oe +++ b/meta/dvb-image.oe @@ -1,5 +1,7 @@ export IMAGE_BASENAME = "dvb-image" +IMAGE_LINGUAS = "" + DVB_PACKAGES = "task-bootstrap task-dvb" export IPKG_INSTALL = "${DVB_PACKAGES}" |