From 5fa3f310c5de4c62f05efc7562d867f8cc622893 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Fri, 1 May 2015 15:46:32 -0500 Subject: mlinux: add static libs to toolchain --- conf/distro/mlinux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf index d2c9d85..c29920e 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -8,6 +8,9 @@ SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}" SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" +# add static libs to toolchain builds +SDKIMAGE_FEATURES += "staticdev-pkgs" + MAINTAINER = "MultiTech Systems " TARGET_VENDOR = "-mlinux" -- cgit v1.2.3