aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsndfile
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-07-29 00:43:04 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-07-29 00:43:04 +0200
commitd9c430854999f0f7b5e4a2dfb7bc7409e1c33689 (patch)
tree06819e931949eede49de21e66e152305aae00f3a /recipes/libsndfile
parentf17f9046738a75162ff73535ec00f1209ee993b2 (diff)
downloadopenembedded-d9c430854999f0f7b5e4a2dfb7bc7409e1c33689.tar.gz
libsndfile: remove the libtool.m4 from libtool-2.x
* now compileable with older libtool versions again * bump PR
Diffstat (limited to 'recipes/libsndfile')
-rw-r--r--recipes/libsndfile/libsndfile1_1.0.20.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/libsndfile/libsndfile1_1.0.20.bb b/recipes/libsndfile/libsndfile1_1.0.20.bb
index 5dd722369b..1501d79eb0 100644
--- a/recipes/libsndfile/libsndfile1_1.0.20.bb
+++ b/recipes/libsndfile/libsndfile1_1.0.20.bb
@@ -18,5 +18,13 @@ do_configure_prepend_arm() {
ac_cv_sizeof_off_t=8
}
+do_configure_prepend_chinook-compat () {
+
+ for i in lt~obsolete.m4 ltsugar.m4 libtool.m4 ltoptions.m4 ltversion.m4
+ do
+ rm ${S}/M4/${i}
+ done
+}
+
PACKAGES =+ "${PN}-octave"
FILES_${PN}-octave += "/usr/share/octave/site/m"