mirror of
https://git.yoctoproject.org/poky
synced 2026-04-08 08:02:23 +02:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user