From 285322dbae6d1c3acca0f439e87e3420de0d4037 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 31 Jan 2011 13:05:04 +0100 Subject: [PATCH] angstrom: disable src_distribute_local bbclass for the time being Signed-off-by: Koen Kooi --- conf/distro/include/angstrom.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index f910e46..ec6619f 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -22,7 +22,7 @@ MACHINE_OVERRIDES += "${FEED_ARCH} ${SOC_FAMILY}" OVERRIDES .= ":${FEED_ARCH}:${SOC_FAMILY}" # Put links to sources in deploy/sources to make it easier for people to be GPL compliant -INHERIT += "src_distribute_local" +#INHERIT += "src_distribute_local" SRC_DIST_LOCAL ?= "symlink" # Can be "glibc", "eglibc" or "uclibc"