From: Henning Heinold Date: Tue, 28 Jul 2009 22:43:04 +0000 (+0200) Subject: libsndfile: remove the libtool.m4 from libtool-2.x X-Git-Tag: Release-2010-05/1~2863^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9c430854999f0f7b5e4a2dfb7bc7409e1c33689;p=openembedded.git libsndfile: remove the libtool.m4 from libtool-2.x * now compileable with older libtool versions again * bump PR --- 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"