[oe-commits] Martin Jansa : python-gst: don't use libtool m4 macros from source archive

Martin Jansa martin.jansa at gmail.com
Fri Jan 29 08:13:20 UTC 2010


On Thu, Jan 28, 2010 at 11:35 PM, git version control
<git at git.openembedded.org> wrote:
>  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/
>  }

Sorry, this patch needs a bit more work..

It compiles fine, but today I noticed that lots of files are missing
in resulting package..

I'll commit fix for that asap.. or someone can revert this one.. but
hopefully as there is no PR bump I'll be able to fix it before someone
build it.

Regards,




More information about the Openembedded-commits mailing list