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:
d9326ba
)
sourceipk.bbclass: fix sh equality operator
author
Andreas Oberritter
<obi@opendreambox.org>
Tue, 26 Oct 2010 15:39:42 +0000
(15:39 +0000)
committer
Michael Smith
<msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:50 +0000
(18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
classes/sourceipk.bbclass
patch
|
blob
|
history
diff --git
a/classes/sourceipk.bbclass
b/classes/sourceipk.bbclass
index
09fc5d5
..
97068de
100644
(file)
--- a/
classes/sourceipk.bbclass
+++ b/
classes/sourceipk.bbclass
@@
-92,7
+92,7
@@
sourceipk_do_create_srcipk() {
echo "License: ${LICENSE}" >> $control_file
echo "Architecture: ${SRCIPK_PACKAGE_ARCH}" >> $control_file
srcuri="${SRC_URI}"
- if [ "$srcuri" =
=
"" ]
+ if [ "$srcuri" = "" ]
then
srcuri="OpenEmbedded"
fi