Am Mittwoch, den 10.11.2010, 13:35 -0500 schrieb Michael Smith:
> Otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the
> host system.
> 
> Signed-off-by: Michael Smith <[email protected]>
> ---
>  .../smpeg-0.4.5+svnr387/add-disable-rpath.patch    |   47 
> ++++++++++++++++++++
>  recipes/smpeg/smpeg_svn.bb                         |    6 ++-
>  2 files changed, 51 insertions(+), 2 deletions(-)
>  create mode 100644 recipes/smpeg/smpeg-0.4.5+svnr387/add-disable-rpath.patch

[…]

> -SRC_URI = "svn://svn.icculus.org/smpeg/;module=trunk"
> +SRC_URI = "svn://svn.icculus.org/smpeg/;module=trunk \
> +     file://add-disable-rpath.patch;apply=yes"

Please remove the `apply=yes` since that is assumed implicitly if a file
has the extension `patch` [1].

        commit 6fe7cef27069415f2eba36bc640cf59013d4979b
        Author: Chris Larson <[email protected]>
        Date:   Mon May 24 13:01:00 2010 -0700
        
            Make the do_patch apply=yes param implicit if extension is 
.diff/.patch
            
            For .diff/.patch you need to apply manually, you can specify 
apply=no.
            
            Signed-off-by: Chris Larson <[email protected]>
            Acked-by: Denys Dmytriyenko <[email protected]>
            Acked-by: Khem Raj <[email protected]>
 
>  S = "${WORKDIR}/trunk"
>  
>  inherit autotools binconfig
>  
>  EXTRA_OECONF = "--disable-gtktest --disable-opengl-player --without-x \
> -             --without-gtk --disable-gtk-player"
> +             --without-gtk --disable-gtk-player --disable-rpath"
>  
>  do_configure_prepend () {
>       touch NEWS AUTHORS ChangeLog


Thanks,

Paul


[1] 
http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=6fe7cef27069415f2eba36bc640cf59013d4979b

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to