[oe-commits] Eric Bénard : fix busybox' CONFIG_LFS

git version control git at git.openembedded.org
Tue Nov 30 00:19:28 UTC 2010


Module: openembedded.git
Branch: release-2010.12
Commit: 75879a05592b572016478db7a95e41f4ba8cb6ea
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=75879a05592b572016478db7a95e41f4ba8cb6ea

Author: Eric Bénard <eric at eukrea.com>
Date:   Mon Nov 29 17:49:17 2010 +0100

fix busybox' CONFIG_LFS

blindvt noticed on IRC that :
commit 40d081740d35a454181a6389f1b1f85a0c9ce8e1
removed proper handling of busybox' CONFIG_LFS
It should have added a line for CONFIG_FDISK_SUPPORT_LARGE_DISKS
and retain the CONFIG_LFS line

Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 recipes/busybox/busybox-config.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/busybox/busybox-config.inc b/recipes/busybox/busybox-config.inc
index a333a4f..723ec0e 100644
--- a/recipes/busybox/busybox-config.inc
+++ b/recipes/busybox/busybox-config.inc
@@ -13,6 +13,7 @@ def features_to_busybox_settings(d):
 	distro_features = bb.data.getVar('DISTRO_FEATURES', d).split()
 	machine_features = bb.data.getVar('MACHINE_FEATURES', d).split()
 	busybox_cfg('ipv6', distro_features, 'CONFIG_FEATURE_IPV6', cnf, rem)
+	busybox_cfg('largefile', distro_features, 'CONFIG_LFS', cnf, rem)
 	busybox_cfg('largefile', distro_features, 'CONFIG_FDISK_SUPPORT_LARGE_DISKS', cnf, rem)
 	busybox_cfg('nls',  distro_features, 'CONFIG_LOCALE_SUPPORT', cnf, rem)
 	busybox_cfg('ipv4', distro_features, 'CONFIG_FEATURE_IFUPDOWN_IPV4', cnf, rem)





More information about the Openembedded-commits mailing list