summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-16 16:03:26 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-17 10:19:59 +0000
commitf2d73d6cbb0c1dec049e93124c6bbcdb52f8e757 (patch)
tree90e96eff5580299df8a7e7b192e75b14542ff530 /meta/recipes-graphics
parent3a434dc5df83b3308cd0bc60ef0678161fe5c011 (diff)
downloadpoky-f2d73d6cbb0c1dec049e93124c6bbcdb52f8e757.tar.gz
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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-font/font-util_1.3.1.bb2
1 files changed, 1 insertions, 1 deletions
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 \
12DEPENDS = "encodings util-macros" 12DEPENDS = "encodings util-macros"
13DEPENDS_class-native = "util-macros-native" 13DEPENDS_class-native = "util-macros-native"
14RDEPENDS_${PN} = "mkfontdir mkfontscale encodings" 14RDEPENDS_${PN} = "mkfontdir mkfontscale encodings"
15RDEPENDS_${PN}_class-native = "mkfontdir-native mkfontscale-native" 15RDEPENDS_${PN}_class-native = ""
16 16
17BBCLASSEXTEND = "native" 17BBCLASSEXTEND = "native"
18 18