]> code.ossystems Code Review - openembedded-core.git/commitdiff
native.bbclass: fix do_stage (s/"]/" ]/) - taken from OE
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 20 Mar 2008 07:15:35 +0000 (07:15 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 20 Mar 2008 07:15:35 +0000 (07:15 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4096 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/native.bbclass

index ddbbc04e19fccee61ea13b61a9a2edacb59db249..4022cb09c06958ad319ba20b4155d6352ac8c7ab 100644 (file)
@@ -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