diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-27 11:15:12 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-28 23:34:46 +0100 |
commit | b8cef50628eca9c5044ee3eb49fea694901c94b8 (patch) | |
tree | 298825498e1a8ba661085e480fdf0f499db3756f | |
parent | cc9d189a6f80701f4366589fb7d581c52176cd6d (diff) |
python-gst: don't use libtool m4 macros from source archive
* Fixes version mishmash with newer libtool 2.2.6b
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/python/python-gst_0.10.17.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/python/python-gst_0.10.17.bb b/recipes/python/python-gst_0.10.17.bb index 5695e6e04e..6b3a147f14 100644 --- a/recipes/python/python-gst_0.10.17.bb +++ b/recipes/python/python-gst_0.10.17.bb @@ -17,6 +17,9 @@ require fix-path.inc EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" do_configure_prepend() { + #install all except libtool + rm -f ${S}/common/m4/libtool.m4 + rm -f ${S}/common/m4/lt*.m4 install -d ${S}/m4 install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/ } |