From: Khem Raj Date: Sun, 6 Sep 2009 02:16:49 +0000 (-0700) Subject: perl_5.8.8.bb: Use exec_prefix instead of layout_exec_prefix X-Git-Tag: Release-2010-05/1~2506 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaabd140ced9fda4c9361d61c66547a54b482a00;p=openembedded.git perl_5.8.8.bb: Use exec_prefix instead of layout_exec_prefix Signed-off-by: Khem Raj --- diff --git a/recipes/perl/perl_5.8.8.bb b/recipes/perl/perl_5.8.8.bb index 8f6b72b52e..8a6d8392b2 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,@DESTDIR@,${D},g' \ -e 's,@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