From: Kristoffer Ericson Date: Thu, 20 Jul 2006 13:03:55 +0000 (+0000) Subject: conf/distro/jlime-donkey.conf: Keep sources to comply with GPL X-Git-Tag: Release-2010-05/1~9453^2~1155^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1107940f19676f25a53907740aeef1159c013b9;p=openembedded.git 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. --- 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"