[oe] [PATCH 2/2] smpeg: configure with --disable-rpath

Paul Menzel paulepanter at users.sourceforge.net
Thu Nov 11 07:12:12 UTC 2010


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 <msmith at cbnco.com>
> ---
>  .../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 <chris_larson at mentor.com>
        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 <chris_larson at mentor.com>
            Acked-by: Denys Dmytriyenko <denis at denix.org>
            Acked-by: Khem Raj <raj.khem at gmail.com>
 
>  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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20101111/8e9e6882/attachment-0002.sig>


More information about the Openembedded-devel mailing list