]> code.ossystems Code Review - openembedded-core.git/commitdiff
packaged-staging.bbclass: Fix indentation
authorRichard Purdie <richard@openedhand.com>
Fri, 13 Jun 2008 16:21:28 +0000 (16:21 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 13 Jun 2008 16:21:28 +0000 (16:21 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4647 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/packaged-staging.bbclass

index fa23723ae770946be6d7bb62d23665efb0513174..5de59708809d115f1fe489c243bda0b0c40623d2 100644 (file)
@@ -190,7 +190,7 @@ python packagestage_scenefunc () {
         #
         # Install the staging package somewhere temporarily so we can extract the stamp files
         #
-       bb.mkdirhier(bb.data.expand("${WORKDIR}/tstage/${layout_libdir}/opkg/info/ ", d))
+        bb.mkdirhier(bb.data.expand("${WORKDIR}/tstage/${layout_libdir}/opkg/info/ ", d))
         cmd = bb.data.expand("${PSTAGE_PKGMANAGER} -f ${PSTAGE_MACHCONFIG} -force-depends -o ${WORKDIR}/tstage install", d)
         ret = os.system("PATH=\"%s\" %s %s" % (path, cmd, stagepkg))
         if ret != 0: