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

git version control git at git.openembedded.org
Fri Apr 22 17:52:27 UTC 2011


Module: openembedded.git
Branch: shr/testing2011.1
Commit: 334a5e4c7025879ed73171b2bc6260c5218a3f80
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=334a5e4c7025879ed73171b2bc6260c5218a3f80

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 4eb7a91..57d070b 100644
--- a/classes/packaged-staging.bbclass
+++ b/classes/packaged-staging.bbclass
@@ -229,7 +229,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