From 98e90cb91c698cd3dfe808e96b3379cb539b6fa6 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Wed, 8 Oct 2008 23:43:30 +0000 Subject: gettext-nativ: added config.rpath back to automake dir * bump PR --- packages/gettext/gettext-native_0.17.bb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'packages/gettext') diff --git a/packages/gettext/gettext-native_0.17.bb b/packages/gettext/gettext-native_0.17.bb index c6daf7b782..5d44db5a62 100644 --- a/packages/gettext/gettext-native_0.17.bb +++ b/packages/gettext/gettext-native_0.17.bb @@ -1,4 +1,5 @@ require gettext_${PV}.bb +PR = "r2" DEPENDS = "" PROVIDES = "" @@ -56,4 +57,11 @@ do_stage_append() { fi install -m 0644 $src ${STAGING_DATADIR}/aclocal/$i done + + # config.rpath is needed by some configure macros and needs to be autoinstalled. + # automake will do this but config.rpath needs to be visible to automake + for i in `ls -d ${STAGING_DATADIR}/automake*` + do + cp ${STAGING_DATADIR}/gettext/config.rpath $i + done } -- cgit 1.2.3-korg