sourceipk: add license to control file
authorChase Maupin <chasemaupin03@gmail.com>
Wed, 28 Jul 2010 04:06:17 +0000 (04:06 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 28 Jul 2010 14:30:03 +0000 (16:30 +0200)
* Added License field to the control file.

Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
classes/sourceipk.bbclass

index 5318a2c..9acd9a5 100644 (file)
@@ -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" == "" ]