gettext-nativ: added config.rpath back to automake dir
authorHenning Heinold <heinold@inf.fu-berlin.de>
Wed, 8 Oct 2008 23:43:30 +0000 (23:43 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Wed, 8 Oct 2008 23:43:30 +0000 (23:43 +0000)
* bump PR

packages/gettext/gettext-native_0.17.bb

index c6daf7b..5d44db5 100644 (file)
@@ -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
 }