aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gettext
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2008-10-08 23:43:30 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2008-10-08 23:43:30 +0000
commit98e90cb91c698cd3dfe808e96b3379cb539b6fa6 (patch)
treea9ca675840edbeb449fafb7278669a0c2357906c /packages/gettext
parent256087671c0195af4bf64581fa3773bf6d3fef5b (diff)
downloadopenembedded-98e90cb91c698cd3dfe808e96b3379cb539b6fa6.tar.gz
gettext-nativ: added config.rpath back to automake dir
* bump PR
Diffstat (limited to 'packages/gettext')
-rw-r--r--packages/gettext/gettext-native_0.17.bb8
1 files changed, 8 insertions, 0 deletions
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
}