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:
7b3b60f
)
native.bbclass: fix ] spacing
author
Koen Kooi
<koen@openembedded.org>
Wed, 19 Mar 2008 21:53:03 +0000
(21:53 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 19 Mar 2008 21:53:03 +0000
(21:53 +0000)
classes/native.bbclass
patch
|
blob
|
history
diff --git
a/classes/native.bbclass
b/classes/native.bbclass
index
ec9ca6b
..
43c71e1
100644
(file)
--- a/
classes/native.bbclass
+++ b/
classes/native.bbclass
@@
-76,7
+76,7
@@
export oldincludedir = "${STAGING_DIR_NATIVE}${layout_includedir}"
do_stage () {
if [ "${INHIBIT_NATIVE_STAGE_INSTALL}" != "1" ]
then
- if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1"]
+ if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1"
]
then
oe_runmake install
else