diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-07-20 13:03:55 +0000 |
---|---|---|
committer | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-07-20 13:03:55 +0000 |
commit | f1107940f19676f25a53907740aeef1159c013b9 (patch) | |
tree | 6fcfc283635eb1a5e792e3a89d4f8018d6d44e89 /conf/distro/jlime-donkey.conf | |
parent | 0b4945701aa160eb13b05db901613bf657fed92a (diff) |
conf/distro/jlime-donkey.conf: Keep sources to comply with GPL
* Changes to distro file so that all sources used in build
is kept. This to comply with GPL requirements.
Diffstat (limited to 'conf/distro/jlime-donkey.conf')
-rw-r--r-- | conf/distro/jlime-donkey.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/jlime-donkey.conf b/conf/distro/jlime-donkey.conf index 69bbd31385..a1976725de 100644 --- a/conf/distro/jlime-donkey.conf +++ b/conf/distro/jlime-donkey.conf @@ -69,7 +69,8 @@ PREFRRED_VERSION_cairo = "1.0.4" #<>We want to be able to build this for all jornadas so #<>to not mess up the folders we need to make them dynamic. #<>It will use different folders depending on Arch (set in local.conf) -INHERIT += "package_ipk multimachine package_tar" +SRC_DIST_LOCAL = "copy" +INHERIT += "package_ipk multimachine package_tar src_distribute_local" BBINCLUDELOGS = "yes" IMAGE_FSTYPES = "tar.bz2" TARGET_OS = "linux" |