summaryrefslogtreecommitdiffstats
path: root/meta/classes/packaged-staging.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-06-13 16:21:28 +0000
committerRichard Purdie <richard@openedhand.com>2008-06-13 16:21:28 +0000
commit9745db65a7c91ca890234832abfeb2b09496d762 (patch)
tree8a9ea6ae2b50c7d1278c28711a9be596b459924e /meta/classes/packaged-staging.bbclass
parent168fda493acc776b3934a39faa1abc8bf5a6e300 (diff)
downloadpoky-9745db65a7c91ca890234832abfeb2b09496d762.tar.gz
packaged-staging.bbclass: Fix indentation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4647 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/packaged-staging.bbclass')
-rw-r--r--meta/classes/packaged-staging.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/packaged-staging.bbclass b/meta/classes/packaged-staging.bbclass
index fa23723ae7..5de5970880 100644
--- a/meta/classes/packaged-staging.bbclass
+++ b/meta/classes/packaged-staging.bbclass
@@ -190,7 +190,7 @@ python packagestage_scenefunc () {
190 # 190 #
191 # Install the staging package somewhere temporarily so we can extract the stamp files 191 # Install the staging package somewhere temporarily so we can extract the stamp files
192 # 192 #
193 bb.mkdirhier(bb.data.expand("${WORKDIR}/tstage/${layout_libdir}/opkg/info/ ", d)) 193 bb.mkdirhier(bb.data.expand("${WORKDIR}/tstage/${layout_libdir}/opkg/info/ ", d))
194 cmd = bb.data.expand("${PSTAGE_PKGMANAGER} -f ${PSTAGE_MACHCONFIG} -force-depends -o ${WORKDIR}/tstage install", d) 194 cmd = bb.data.expand("${PSTAGE_PKGMANAGER} -f ${PSTAGE_MACHCONFIG} -force-depends -o ${WORKDIR}/tstage install", d)
195 ret = os.system("PATH=\"%s\" %s %s" % (path, cmd, stagepkg)) 195 ret = os.system("PATH=\"%s\" %s %s" % (path, cmd, stagepkg))
196 if ret != 0: 196 if ret != 0: