[oe-commits] Tom Rini : packaged-staging: Don't pass a trailing ' ' to bb.mkdirhier

git version control git at git.openembedded.org
Mon Feb 14 18:23:41 UTC 2011


Module: openembedded.git
Branch: master
Commit: 62f40fb9dd193225b987aebf2a185575a9812ed5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=62f40fb9dd193225b987aebf2a185575a9812ed5

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Feb 14 11:22:56 2011 -0700

packaged-staging: Don't pass a trailing ' ' to bb.mkdirhier

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 classes/packaged-staging.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/packaged-staging.bbclass b/classes/packaged-staging.bbclass
index bfc4ed8..643023d 100644
--- a/classes/packaged-staging.bbclass
+++ b/classes/packaged-staging.bbclass
@@ -232,7 +232,7 @@ python packagestage_scenefunc () {
         #
         # Install the staging package somewhere temporarily so we can extract the stamp files
         #
-        bb.mkdirhier(bb.data.expand("${WORKDIR}/tstage/${libdir_native}/opkg/info/ ", d))
+        bb.mkdirhier(bb.data.expand("${WORKDIR}/tstage/${libdir_native}/opkg/info/", d))
         cmd = bb.data.expand("${PSTAGE_PKGMANAGER} -f ${PSTAGE_MACHCONFIG} -force-depends -o ${WORKDIR}/tstage install", d)
         try:
             oe_run(d, "%s %s" % (cmd, stagepkg))





More information about the Openembedded-commits mailing list