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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2019-02-16 16:03:26 +00:00
parent 3a434dc5df
commit f2d73d6cbb

View File

@@ -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"