diff options
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/include/angstrom.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 5d250074c5..055efc6dd1 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -12,6 +12,9 @@ TARGET_VENDOR = "-angstrom" # Add FEED_ARCH to overrides OVERRIDES .= ":${FEED_ARCH}" +# Put links to sources in deploy/sources to make it easier for people to be GPL compliant +INHERIT += "src_distribute_local" +SRC_DIST_LOCAL ?= "symlink" # Can be "glibc", "eglibc" or "uclibc" ANGSTROM_MODE ?= "glibc" |