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:45:33 +0100 |
commit | 0e7c0a018bee5a4033e5a90a44802e3f582f739f (patch) | |
tree | d6e5283b4cdec63e8afed0df9649d829862fd02d | |
parent | 8fc7b1e8881872535379d99a8ff940249632b5f7 (diff) | |
download | openembedded-core-0e7c0a018bee5a4033e5a90a44802e3f582f739f.tar.gz openembedded-core-0e7c0a018bee5a4033e5a90a44802e3f582f739f.tar.bz2 openembedded-core-0e7c0a018bee5a4033e5a90a44802e3f582f739f.zip |
poky-lsb: Add "largefile" feature for LSB distro.
Add "largefile" feature for LSB distro.
Fixes [YOCTO #794]
Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
-rw-r--r-- | meta/conf/distro/poky-lsb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky-lsb.conf b/meta/conf/distro/poky-lsb.conf index 749c85886a..64603daa63 100644 --- a/meta/conf/distro/poky-lsb.conf +++ b/meta/conf/distro/poky-lsb.conf @@ -3,7 +3,7 @@ require conf/distro/poky.conf DISTRO = "poky-lsb" DISTROOVERRIDES = "poky:poky-lsb" -DISTRO_FEATURES += "pam" +DISTRO_FEATURES += "pam largefile" PREFERRED_PROVIDER_virtual/libx11 = "libx11" |