[OE-core] [PATCH] swig: Remove superfluous python dependency

Joshua Watt jpewhacker at gmail.com
Fri Aug 24 15:01:51 UTC 2018


Armin,

Could you please backport this to sumo now that is has been accepted to
master (409c8a32659ac707d427cd4cdcd105eb17d6f733)?

Thanks.

On Thu, 2018-08-23 at 16:24 -0500, Joshua Watt wrote:
> The actual dependency on native Python and is handled by inheriting
> python3native
> 
> Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
> ---
>  meta/recipes-devtools/swig/swig.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-
> devtools/swig/swig.inc
> index bf61b02d6fb..aec544997f9 100644
> --- a/meta/recipes-devtools/swig/swig.inc
> +++ b/meta/recipes-devtools/swig/swig.inc
> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a
> 7dde4c846626b08fc6 \
>  
>  SECTION = "devel"
>  
> -DEPENDS = "libpcre python3"
> +DEPENDS = "libpcre"
>  
>  SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
>  
-- 
Joshua Watt <JPEWhacker at gmail.com>



More information about the Openembedded-core mailing list