From 0b8fa48ab2972e898c11c6e035596e65d971f3fd Mon Sep 17 00:00:00 2001 From: alichinese Date: Fri, 2 Sep 2022 19:33:31 +0800 Subject: [PATCH] buildtools: adds two component to sdk alter python3-yaml.bb with droping exegesis adds two component with glib-2.0-dev and dtc Signed-off-by: lixinyu lixinyu44@huawei.com --- meta/recipes-core/meta/buildtools-extended-tarball.bb | 3 +++ meta/recipes-core/meta/buildtools-tarball.bb | 1 - meta/recipes-devtools/python/python3-yaml_6.0.bb | 6 ------ 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/meta/recipes-core/meta/buildtools-extended-tarball.bb b/meta/recipes-core/meta/buildtools-extended-tarball.bb index 437ac6c7d6..0ba4997b10 100644 --- a/meta/recipes-core/meta/buildtools-extended-tarball.bb +++ b/meta/recipes-core/meta/buildtools-extended-tarball.bb @@ -80,6 +80,9 @@ TOOLCHAIN_HOST_TASK += "\ nativesdk-python3-dev \ nativesdk-intltool \ nativesdk-tcl \ + nativesdk-python3-yaml \ + nativesdk-dtc \ + nativesdk-glib-2.0-dev \ " TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-extended-nativesdk-standalone-${DISTRO_VERSION}" diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 58a0f6c98e..9da81d5523 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -11,7 +11,6 @@ TOOLCHAIN_HOST_TASK ?= "\ nativesdk-python3-modules \ nativesdk-python3-misc \ nativesdk-python3-git \ - nativesdk-python3-yaml \ nativesdk-python3-jinja2 \ nativesdk-python3-testtools \ nativesdk-python3-subunit \ diff --git a/meta/recipes-devtools/python/python3-yaml_6.0.bb b/meta/recipes-devtools/python/python3-yaml_6.0.bb index bd0ac91a09..3af69ec36d 100644 --- a/meta/recipes-devtools/python/python3-yaml_6.0.bb +++ b/meta/recipes-devtools/python/python3-yaml_6.0.bb @@ -10,13 +10,7 @@ inherit pypi setuptools3 DEPENDS += "python3-setuptools-native python3-native" -# FILESEXTRAPATHS_append := "${THISDIR}/files/:" - -# SRC_URI_remove = "https://files.pythonhosted.org/packages/source/P/PyYaml/PyYaml-6.0.tar.gz" - SRC_URI = "file://PyYaml-6.0.tar.xz" SRC_URI[sha256sum] = "3d9a6aea78d318bac5fb1b7131bdbee3c2e3c134e0ca7e7956d1e1325a8e9a74" -# SRC_URI[sha256sum] = "a6b92d61a7a16cde1f8ec872d3279b5f8ab4e454424ac08b967c9bdccfb6a424" - BBCLASSEXTEND = "native nativesdk" -- Gitee