[OE-core] [PATCH 5/7] font-util: Break circular native RDEPENDS

Peter Kjellerstedt peter.kjellerstedt at axis.com
Sat Feb 16 22:48:12 UTC 2019


> -----Original Message-----
> From: openembedded-core-bounces at lists.openembedded.org <openembedded-
> core-bounces at lists.openembedded.org> On Behalf Of Richard Purdie
> Sent: den 16 februari 2019 22:47
> To: openembedded-core at lists.openembedded.org
> Subject: [OE-core] [PATCH 5/7] font-util: Break circular native
> RDEPENDS
> 
> Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
> ---
>  meta/recipes-graphics/xorg-font/font-util_1.3.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-graphics/xorg-font/font-util_1.3.1.bb
> b/meta/recipes-graphics/xorg-font/font-util_1.3.1.bb
> index 34646ff99b4..1289c1686c6 100644
> --- a/meta/recipes-graphics/xorg-font/font-util_1.3.1.bb
> +++ b/meta/recipes-graphics/xorg-font/font-util_1.3.1.bb
> @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=5df208ec65eb84ce5bb8d82d8f3b9675 \
>  DEPENDS = "encodings util-macros"
>  DEPENDS_class-native = "util-macros-native"
>  RDEPENDS_${PN} = "mkfontdir mkfontscale encodings"
> -RDEPENDS_${PN}_class-native = "mkfontdir-native mkfontscale-native"
> +RDEPENDS_${PN}_class-native = ""

And the RDEPENDS above could be changed to:

RDEPENDS_${PN}_class-target = "mkfontdir mkfontscale encodings"

>  BBCLASSEXTEND = "native"
> 
> --
> 2.20.1

//Peter



More information about the Openembedded-core mailing list