[meta-security] openscap-daemon: inherit python_setuptools_build_meta

Message ID 20220328022520.52018-1-Qi.Chen@windriver.com
State Accepted, archived
Delegated to: Armin Kuster
Headers show
Series [meta-security] openscap-daemon: inherit python_setuptools_build_meta | expand

Commit Message

ChenQi March 28, 2022, 2:25 a.m. UTC
setuptools_build_meta has been renamed to python_setuptools_build_meta.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

akuster808 March 29, 2022, 8:25 p.m. UTC | #1
On 3/27/22 19:25, Chen Qi wrote:
> setuptools_build_meta has been renamed to python_setuptools_build_meta.
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
>   .../recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb  | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb b/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb
> index cf6d531..9659323 100644
> --- a/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb
> +++ b/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb
> @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/OpenSCAP/openscap-daemon.git;branch=master;protocol=
>              file://0001-Renamed-module-and-variables-to-get-rid-of-async.patch \
>             "
>   
> -inherit setuptools_build_meta
> +inherit python_setuptools_build_meta

I believe this is sitting in master-next.
https://git.yoctoproject.org/meta-security/commit/?h=master-next&id=398047a7a6310b1ef70d22430fb6df4effd8cf92

>   
>   S = "${WORKDIR}/git"
>   
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#56563): https://lists.yoctoproject.org/g/yocto/message/56563
> Mute This Topic: https://lists.yoctoproject.org/mt/90076783/3616698
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

diff --git a/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb b/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb
index cf6d531..9659323 100644
--- a/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb
+++ b/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb
@@ -13,7 +13,7 @@  SRC_URI = "git://github.com/OpenSCAP/openscap-daemon.git;branch=master;protocol=
            file://0001-Renamed-module-and-variables-to-get-rid-of-async.patch \
           "
 
-inherit setuptools_build_meta
+inherit python_setuptools_build_meta
 
 S = "${WORKDIR}/git"