diff options
author | Matthew McClintock <msm@freescale.com> | 2012-03-29 12:53:08 -0500 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-03-30 11:44:04 -0500 |
commit | 314ce1065833306d44f3cd42ffbd9f330e2c02b5 (patch) | |
tree | 29739c2b812601c5cfd209f57a21a06581ac36be | |
parent | bf7ae9cb4fcf1d105ac287254968fea95cb1c9c0 (diff) | |
download | meta-fsl-ppc-314ce1065833306d44f3cd42ffbd9f330e2c02b5.tar.gz |
fsl.conf: make DISTRO_FEATURES minimal as possible
Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r-- | conf/distro/fsl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/fsl.conf b/conf/distro/fsl.conf index 32c86d4..f74a8d7 100644 --- a/conf/distro/fsl.conf +++ b/conf/distro/fsl.conf | |||
@@ -12,7 +12,7 @@ TARGET_VENDOR_virtclass-multilib-lib64 = "-fsl" | |||
12 | 12 | ||
13 | LOCALCONF_VERSION = "1" | 13 | LOCALCONF_VERSION = "1" |
14 | 14 | ||
15 | DISTRO_FEATURES_append = " largefile opengl" | 15 | DISTRO_FEATURES = "${DISTRO_FEATURES_LIBC}" |
16 | 16 | ||
17 | SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TUNE_PKGARCH}" | 17 | SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TUNE_PKGARCH}" |
18 | SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" | 18 | SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" |