From 5cf10dcfe36c2c32c149292d0f86e943f23268a3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 16 Feb 2019 16:03:26 +0000 Subject: [PATCH] font-util: Break circular native RDEPENDS These previously didn't do much and now we're fixing them we have a circular dependency problem in the native case we need to break. Signed-off-by: Richard Purdie --- 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 = "" BBCLASSEXTEND = "native" -- 2.47.2