[OE-core] [PATCH 7/8] [PATCH v2] rpm: Add DEPENDS for nativesdk.

Richard Purdie richard.purdie at linuxfoundation.org
Mon Jun 25 07:12:23 UTC 2018


On Sun, 2018-06-24 at 03:53 +0800, Zheng Ruoqin wrote:
> Add DEPENDS for nativesdk.
> 
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst at cn.fujitsu.com>
> ---
>  meta/recipes-devtools/rpm/rpm_4.14.1.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-devtools/rpm/rpm_4.14.1.bb b/meta/recipes-
> devtools/rpm/rpm_4.14.1.bb
> index e5e87d3..6ca5c94 100644
> --- a/meta/recipes-devtools/rpm/rpm_4.14.1.bb
> +++ b/meta/recipes-devtools/rpm/rpm_4.14.1.bb
> @@ -52,6 +52,7 @@ S = "${WORKDIR}/git"
>  
>  DEPENDS = "nss libarchive db file popt xz bzip2 dbus elfutils
> python3"
>  DEPENDS_append_class-native = " file-replacement-native bzip2-
> replacement-native"
> +DEPENDS_append_class-nativesdk = " file-replacement-nativesdk"


file-nativesdk from the normal DEPENDS should be fine here? I don't
think you need file-replacement-nativesdk?

Cheers,

Richard



More information about the Openembedded-core mailing list