diff options
author | Jingdong Lu <jingdong.lu@windriver.com> | 2011-04-12 16:39:01 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-18 05:50:29 +0100 |
commit | feeb3a41cbd37b86d67620fc01d3bdcf0f5b8a51 (patch) | |
tree | cfb41e2efbe988713a3d02f79ef3f7333eee1097 /meta-yocto | |
parent | 7b59ebe3c3c7781da6f08767af362ffdc52c82e6 (diff) | |
download | poky-feeb3a41cbd37b86d67620fc01d3bdcf0f5b8a51.tar.gz |
poky-lsb: Add "largefile" feature for LSB distro.
Add "largefile" feature for LSB distro.
Fixes [YOCTO #794]
(From OE-Core rev: 0e7c0a018bee5a4033e5a90a44802e3f582f739f)
Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/distro/poky-lsb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf index 749c85886a..64603daa63 100644 --- a/meta-yocto/conf/distro/poky-lsb.conf +++ b/meta-yocto/conf/distro/poky-lsb.conf | |||
@@ -3,7 +3,7 @@ require conf/distro/poky.conf | |||
3 | DISTRO = "poky-lsb" | 3 | DISTRO = "poky-lsb" |
4 | DISTROOVERRIDES = "poky:poky-lsb" | 4 | DISTROOVERRIDES = "poky:poky-lsb" |
5 | 5 | ||
6 | DISTRO_FEATURES += "pam" | 6 | DISTRO_FEATURES += "pam largefile" |
7 | PREFERRED_PROVIDER_virtual/libx11 = "libx11" | 7 | PREFERRED_PROVIDER_virtual/libx11 = "libx11" |
8 | 8 | ||
9 | 9 | ||