diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-16 16:03:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-17 10:19:59 +0000 |
commit | f2d73d6cbb0c1dec049e93124c6bbcdb52f8e757 (patch) | |
tree | 90e96eff5580299df8a7e7b192e75b14542ff530 /meta/recipes-graphics | |
parent | 3a434dc5df83b3308cd0bc60ef0678161fe5c011 (diff) | |
download | poky-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.bb | 2 |
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 \ | |||
12 | DEPENDS = "encodings util-macros" | 12 | DEPENDS = "encodings util-macros" |
13 | DEPENDS_class-native = "util-macros-native" | 13 | DEPENDS_class-native = "util-macros-native" |
14 | RDEPENDS_${PN} = "mkfontdir mkfontscale encodings" | 14 | RDEPENDS_${PN} = "mkfontdir mkfontscale encodings" |
15 | RDEPENDS_${PN}_class-native = "mkfontdir-native mkfontscale-native" | 15 | RDEPENDS_${PN}_class-native = "" |
16 | 16 | ||
17 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
18 | 18 | ||