From: Chase Maupin Date: Wed, 28 Jul 2010 04:06:17 +0000 (+0000) Subject: sourceipk: add license to control file X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1150363c163968c79eb85b3552927f1ab562db6c;p=openembedded.git sourceipk: add license to control file * Added License field to the control file. Signed-off-by: Chase Maupin Signed-off-by: Koen Kooi --- diff --git a/classes/sourceipk.bbclass b/classes/sourceipk.bbclass index 5318a2ce8c..9acd9a5427 100644 --- a/classes/sourceipk.bbclass +++ b/classes/sourceipk.bbclass @@ -83,6 +83,7 @@ sourceipk_do_create_srcipk() { echo "Section: ${SECTION}" >> $control_file echo "Priority: Optional" >> $control_file echo "Maintainer: ${MAINTAINER}" >> $control_file + echo "License: ${LICENSE}" >> $control_file echo "Architecture: ${SRCIPK_PACKAGE_ARCH}" >> $control_file srcuri="${SRC_URI}" if [ "$srcuri" == "" ]