git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9300c47
)
perl_5.8.8.bb: Use exec_prefix instead of layout_exec_prefix
author
Khem Raj
<raj.khem@gmail.com>
Sun, 6 Sep 2009 02:16:49 +0000
(19:16 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Sun, 6 Sep 2009 02:19:55 +0000
(19:19 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/perl/perl_5.8.8.bb
patch
|
blob
|
history
diff --git
a/recipes/perl/perl_5.8.8.bb
b/recipes/perl/perl_5.8.8.bb
index
8f6b72b
..
8a6d839
100644
(file)
--- 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