git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09a3ed0
)
sourceipk: add license to control file
author
Chase Maupin
<chasemaupin03@gmail.com>
Wed, 28 Jul 2010 04:06:17 +0000
(
04:06
+0000)
committer
Koen 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
patch
|
blob
|
history
diff --git
a/classes/sourceipk.bbclass
b/classes/sourceipk.bbclass
index
5318a2c
..
9acd9a5
100644
(file)
--- 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" == "" ]