diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-27 14:29:14 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-27 14:29:14 +0100 |
commit | f00490ab315a126253fe96b64a9dcb9a92d3a99f (patch) | |
tree | a523d8aba8bd352f5786f356a7a44747d8436802 /conf/distro/include/angstrom.inc | |
parent | bb668b9e99edea043a0c321109d76ca16c5e453f (diff) |
angstrom: use src_distribute_local in symlink mode by default
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-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" |