All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto][meta-security][PATCH] openscap-daemon: inherit python_setuptools_build_meta
@ 2022-03-28  2:25 Chen Qi
  2022-03-29 20:25 ` akuster808
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2022-03-28  2:25 UTC (permalink / raw)
  To: yocto

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
 
 S = "${WORKDIR}/git"
 
-- 
2.33.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [yocto][meta-security][PATCH] openscap-daemon: inherit python_setuptools_build_meta
  2022-03-28  2:25 [yocto][meta-security][PATCH] openscap-daemon: inherit python_setuptools_build_meta Chen Qi
@ 2022-03-29 20:25 ` akuster808
  0 siblings, 0 replies; 2+ messages in thread
From: akuster808 @ 2022-03-29 20:25 UTC (permalink / raw)
  To: Chen Qi, yocto



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]
> -=-=-=-=-=-=-=-=-=-=-=-
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-29 20:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-28  2:25 [yocto][meta-security][PATCH] openscap-daemon: inherit python_setuptools_build_meta Chen Qi
2022-03-29 20:25 ` akuster808

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.