From 4442f69effbcdd4adaf1fd58fe8f149b6803e5c0 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Tue, 23 Aug 2011 10:46:42 +0100 Subject: micro: override DISTRO_FEATURES rather than appending to it; clear COMMERCIAL_LICENSES to avoid false triggering. --- conf/distro/micro.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index 75529ca..61e98b6 100644 --- a/conf/distro/micro.conf +++ b/conf/distro/micro.conf @@ -18,7 +18,7 @@ DISTRO_VERSION = "${SRCDATE}" ############################################################################# # DISTRO FEATURE SELECTION ############################################################################# -DISTRO_FEATURES += "eabi ipv6 ipv4 largefile thumb-interwork xattr ld-is-gold ${DISTRO_FEATURES_LIBC}" +DISTRO_FEATURES = "eabi ipv6 ipv4 largefile thumb-interwork xattr ld-is-gold ${DISTRO_FEATURES_LIBC}" ############################################################################# # LIBRARY NAMES @@ -101,3 +101,4 @@ ONLINE_PACKAGE_MANAGEMENT = "none" DISTRO_BLUETOOTH_MANAGER = "bluez4" +COMMERCIAL_LICENSE_DEPENDEES = "" -- cgit 1.2.3-korg