From 15d32d076d628546290ef7479ded0086f094bbdd Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Wed, 30 Mar 2011 18:05:30 -0400 Subject: [PATCH] autoconf: Fix paths for scripts installed on the target. --- recipes/autoconf/autoconf.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes/autoconf/autoconf.inc b/recipes/autoconf/autoconf.inc index 40d9413ce1..1aa94e9131 100644 --- 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 = "r13" +INC_PR = "r14" 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" -- 2.39.5