Merge "Improved/clarified license guidance for GPL code." into mnc-dev
This commit is contained in:
11
core/main.mk
11
core/main.mk
@@ -735,9 +735,14 @@ endif
|
|||||||
#$(error filtered out
|
#$(error filtered out
|
||||||
# $(filter-out $(modules_to_install),$(old_modules_to_install)))
|
# $(filter-out $(modules_to_install),$(old_modules_to_install)))
|
||||||
|
|
||||||
# Don't include any GNU targets in the SDK. It's ok (and necessary)
|
# Don't include any GNU General Public License shared objects or static
|
||||||
# to build the host tools, but nothing that's going to be installed
|
# libraries in SDK images. GPL executables (not static/dynamic libraries)
|
||||||
# on the target (including static libraries).
|
# are okay if they don't link against any closed source libraries (directly
|
||||||
|
# or indirectly)
|
||||||
|
|
||||||
|
# It's ok (and necessary) to build the host tools, but nothing that's
|
||||||
|
# going to be installed on the target (including static libraries).
|
||||||
|
|
||||||
ifdef is_sdk_build
|
ifdef is_sdk_build
|
||||||
target_gnu_MODULES := \
|
target_gnu_MODULES := \
|
||||||
$(filter \
|
$(filter \
|
||||||
|
Reference in New Issue
Block a user