From: Richard Purdie Date: Sat, 16 Feb 2019 16:03:26 +0000 (+0000) Subject: font-util: Break circular native RDEPENDS X-Git-Tag: uninative-2.4~329 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5cf10dcfe36c2c32c149292d0f86e943f23268a3;p=openembedded-core.git 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 --- 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"