From eaabd140ced9fda4c9361d61c66547a54b482a00 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 5 Sep 2009 19:16:49 -0700 Subject: [PATCH] perl_5.8.8.bb: Use exec_prefix instead of layout_exec_prefix Signed-off-by: Khem Raj --- recipes/perl/perl_5.8.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5