From patchwork Sat Apr 16 06:55:23 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [46/58] poky-lsb: Add "largefile" feature for LSB distro. Date: Sat, 16 Apr 2011 06:55:23 -0000 From: Saul Wold X-Patchwork-Id: 2371 Message-Id: <2edde1350a1a21233162a27613da1d9a6ec9576a.1302936483.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org Cc: Scott Rifenbark , Paul Eggleton , Jingdong Lu , Kang Kai , Xiaofeng Yan From: Jingdong Lu Add "largefile" feature for LSB distro. Fixes [YOCTO #794] Signed-off-by: Jingdong Lu --- 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 749c858..64603da 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"