]> code.ossystems Code Review - openembedded-core.git/commitdiff
packaged-staging.bbclass: create the opkg directories as required (from Richard)
authorRoss Burton <ross@openedhand.com>
Fri, 13 Jun 2008 16:15:47 +0000 (16:15 +0000)
committerRoss Burton <ross@openedhand.com>
Fri, 13 Jun 2008 16:15:47 +0000 (16:15 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4646 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/packaged-staging.bbclass

index 3ff37ddd655bc3383715560d282a1e385007f85f..fa23723ae770946be6d7bb62d23665efb0513174 100644 (file)
@@ -190,6 +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))
         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: