diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-15 12:07:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-15 15:57:30 +0100 |
commit | b8f089512f65a4a131c8096c281c4f3d9cf23718 (patch) | |
tree | b38446cb133a34f770053a6d2b766e1394032981 /meta/recipes-graphics | |
parent | 96b49a013a9f4ee19c6fd395571e7729848a2aa5 (diff) | |
download | poky-b8f089512f65a4a131c8096c281c4f3d9cf23718.tar.gz |
encodings: Set RDEPENDS correctly
The .inc file sets RDEPENDS for the general font case but the dependencies
don't apply to this recipe. This removes those dependencies, simplifying the
dependency chains a little.
(From OE-Core rev: 71b3a156c11d01565f546f33e3f1e1bea2fafdff)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-font/encodings_1.0.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb b/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb index cf7b3e3609..90846d8185 100644 --- a/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb +++ b/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb | |||
@@ -10,6 +10,7 @@ PE = "1" | |||
10 | PR = "${INC_PR}.1" | 10 | PR = "${INC_PR}.1" |
11 | 11 | ||
12 | DEPENDS = "mkfontscale-native font-util-native" | 12 | DEPENDS = "mkfontscale-native font-util-native" |
13 | RDEPENDS_${PN} = "" | ||
13 | 14 | ||
14 | SRC_URI += "file://nocompiler.patch" | 15 | SRC_URI += "file://nocompiler.patch" |
15 | 16 | ||