[oe-commits] Henning Heinold : libsndfile: remove the libtool.m4 from libtool-2.x

git version control git at git.openembedded.org
Tue Jul 28 22:43:43 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d9c430854999f0f7b5e4a2dfb7bc7409e1c33689
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d9c430854999f0f7b5e4a2dfb7bc7409e1c33689

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Wed Jul 29 00:43:04 2009 +0200

libsndfile: remove the libtool.m4 from libtool-2.x
* now compileable with older libtool versions again
* bump PR

---

 recipes/libsndfile/libsndfile1_1.0.20.bb |    8 ++++++++
 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 5dd7223..1501d79 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"





More information about the Openembedded-commits mailing list