[OE-core] [PATCH 2/9] perl: add @STAGINGDIR@ for config.sh substitions

tom.zanussi at intel.com tom.zanussi at intel.com
Tue Jul 3 18:10:29 UTC 2012


From: Tom Zanussi <tom.zanussi at intel.com>

For some config.sh substitions, we'd like to be able to use
STAGING_DIR_HOST; add @STAGINGDIR@ to allow for that.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
---
 meta/recipes-devtools/perl/perl_5.14.2.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb
index a50fedb..3ba1223 100644
--- a/meta/recipes-devtools/perl/perl_5.14.2.bb
+++ b/meta/recipes-devtools/perl/perl_5.14.2.bb
@@ -147,6 +147,7 @@ do_configure() {
         sed -i -e 's, at DESTDIR@,${prefix},g' \
                -e 's, at ARCH@-thread-multi,,g' \
                -e 's, at ARCH@,${TARGET_ARCH}-${TARGET_OS},g' \
+               -e 's, at STAGINGDIR@,${STAGING_DIR_HOST},g' \
                -e "s%/usr/include%${STAGING_INCDIR}%g" \
 	       -e 's,/usr/lib/,${libdir}/,g' \
 	       -e 's,/usr/,${exec_prefix}/,g' \
-- 
1.7.0.4





More information about the Openembedded-core mailing list