From 849af9b2a4c395566400bc5768ab4f4fbdab7127 Mon Sep 17 00:00:00 2001
From: Marcin Juszkiewicz <hrw@openedhand.com>
Date: Thu, 20 Mar 2008 07:15:35 +0000
Subject: native.bbclass: fix do_stage (s/"]/" ]/) - taken from OE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4096 311d38ba-8fff-0310-9ca6-ca027cbcb966
---
 meta/classes/native.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'meta/classes')

diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index ddbbc04e1..4022cb09c 100644
--- a/meta/classes/native.bbclass
+++ b/meta/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
-- 
cgit v1.2.3