From f2d73d6cbb0c1dec049e93124c6bbcdb52f8e757 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 16 Feb 2019 16:03:26 +0000 Subject: 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. (From OE-Core rev: 5cf10dcfe36c2c32c149292d0f86e943f23268a3) Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-font/font-util_1.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/xorg-font') 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 34646ff99b..1289c1686c 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" -- cgit v1.2.3-54-g00ecf