From 570c2bc1963aa464050f120cb2487d7090e935a4 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Mon, 2 Apr 2012 14:58:57 -0500 Subject: Revert "fsl.conf: make DISTRO_FEATURES minimal as possible" This reverts commit 314ce1065833306d44f3cd42ffbd9f330e2c02b5. This is causing issues with larger images that don't build when X11 is disabled. We need to defer this issue until after our release --- conf/distro/fsl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/distro') diff --git a/conf/distro/fsl.conf b/conf/distro/fsl.conf index f74a8d7..32c86d4 100644 --- a/conf/distro/fsl.conf +++ b/conf/distro/fsl.conf @@ -12,7 +12,7 @@ TARGET_VENDOR_virtclass-multilib-lib64 = "-fsl" LOCALCONF_VERSION = "1" -DISTRO_FEATURES = "${DISTRO_FEATURES_LIBC}" +DISTRO_FEATURES_append = " largefile opengl" SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TUNE_PKGARCH}" SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" -- cgit v1.2.3-54-g00ecf