[oe-commits] Khem Raj : perl_5.8.8.bb: Use exec_prefix instead of layout_exec_prefix

git version control git at git.openembedded.org
Sun Sep 6 02:20:03 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: eaabd140ced9fda4c9361d61c66547a54b482a00
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=eaabd140ced9fda4c9361d61c66547a54b482a00

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Sep  5 19:16:49 2009 -0700

perl_5.8.8.bb: Use exec_prefix instead of layout_exec_prefix

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/perl/perl_5.8.8.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/perl/perl_5.8.8.bb b/recipes/perl/perl_5.8.8.bb
index 8f6b72b..8a6d839 100644
--- a/recipes/perl/perl_5.8.8.bb
+++ b/recipes/perl/perl_5.8.8.bb
@@ -81,7 +81,7 @@ do_configure() {
         sed -i -e 's, at DESTDIR@,${D},g' \
                -e 's, at ARCH@,${TARGET_ARCH}-${TARGET_OS},g' \
                -e "s%/usr/include/%${STAGING_INCDIR}/%g" \
-	       -e 's,/usr/,${layout_exec_prefix}/,g' \
+	       -e 's,/usr/,${exec_prefix}/,g' \
             config.sh-${TARGET_ARCH}-${TARGET_OS}
 
         if test "${MACHINE}" != "native"; then





More information about the Openembedded-commits mailing list