[oe] [meta-oe][PATCH 10/12] sip: Upgrade to 4.19.12 release

Philip Balister philip at balister.org
Fri Sep 7 00:17:57 UTC 2018


This leads to a dysfunctional sip. I'm working on a working update.

On 09/05/2018 05:02 PM, Khem Raj wrote:
> Inherit pythonnative instead of using python from build host
> 
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
>  .../recipes-devtools/sip/{sip_4.19.8.bb => sip_4.19.12.bb}  | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-oe/recipes-devtools/sip/{sip_4.19.8.bb => sip_4.19.12.bb} (90%)
> 
> diff --git a/meta-oe/recipes-devtools/sip/sip_4.19.8.bb b/meta-oe/recipes-devtools/sip/sip_4.19.12.bb
> similarity index 90%
> rename from meta-oe/recipes-devtools/sip/sip_4.19.8.bb
> rename to meta-oe/recipes-devtools/sip/sip_4.19.12.bb
> index ea944b32ff..be58959989 100644
> --- a/meta-oe/recipes-devtools/sip/sip_4.19.8.bb
> +++ b/meta-oe/recipes-devtools/sip/sip_4.19.12.bb
> @@ -4,13 +4,13 @@ SECTION = "devel"
>  LICENSE = "GPLv2+"
>  LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303"
>  
> -inherit python-dir
> +inherit python-dir pythonnative
>  
>  DEPENDS = "python"
>  
>  SRC_URI = "${SOURCEFORGE_MIRROR}/project/pyqt/sip/sip-${PV}/sip-${PV}.tar.gz"
> -SRC_URI[md5sum] = "0625fb20347d4ff1b5da551539be0727"
> -SRC_URI[sha256sum] = "7eaf7a2ea7d4d38a56dd6d2506574464bddf7cf284c960801679942377c297bc"
> +SRC_URI[md5sum] = "e28b0790dfe4962ce6bbd7c4772f40c9"
> +SRC_URI[sha256sum] = "24617fc31b983df075500ecac0e99d2fb48bf63ba82d4a17518659e571923822"
>  
>  BBCLASSEXTEND = "native"
>  
> 



More information about the Openembedded-devel mailing list