From: Jingdong Lu Date: Tue, 12 Apr 2011 08:39:01 +0000 (+0800) Subject: poky-lsb: Add "largefile" feature for LSB distro. X-Git-Tag: 2011-1~1758 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0e7c0a018bee5a4033e5a90a44802e3f582f739f;p=openembedded-core.git poky-lsb: Add "largefile" feature for LSB distro. Add "largefile" feature for LSB distro. Fixes [YOCTO #794] Signed-off-by: Jingdong Lu --- 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"