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:
fd3c59f
)
autoconf: Fix paths for scripts installed on the target.
author
Philip Balister
<philip@balister.org>
Wed, 30 Mar 2011 22:05:30 +0000
(18:05 -0400)
committer
Philip Balister
<philip@balister.org>
Wed, 30 Mar 2011 22:05:30 +0000
(18:05 -0400)
recipes/autoconf/autoconf.inc
patch
|
blob
|
history
diff --git
a/recipes/autoconf/autoconf.inc
b/recipes/autoconf/autoconf.inc
index
40d9413
..
1aa94e9
100644
(file)
--- a/
recipes/autoconf/autoconf.inc
+++ b/
recipes/autoconf/autoconf.inc
@@
-8,7
+8,7
@@
RDEPENDS_${PN} = "m4 perl gnu-config"
DEPENDS_virtclass-native = "m4-native gnu-config-native perl-native"
RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native perl-native"
-INC_PR = "r1
3
"
+INC_PR = "r1
4
"
SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2;name=autoconf \
file://program_prefix.patch"
@@
-39,5
+39,9
@@
do_configure_append() {
fi
}
+do_install_append_pn-autoconf(){
+ sed -i -e s:${STAGING_BINDIR_NATIVE}:${bindir}:g ${D}${bindir}/*
+}
+
PARALLEL_MAKE = ""
BBCLASSEXTEND = "native"