summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-font
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-15 12:07:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-15 15:45:50 +0100
commit71b3a156c11d01565f546f33e3f1e1bea2fafdff (patch)
tree943fe7e68b9f65b1c35bf8ac1b36e19878f2d4d7 /meta/recipes-graphics/xorg-font
parent00cc684885efa555f7eac7653482f72095b1c443 (diff)
downloadopenembedded-core-contrib-71b3a156c11d01565f546f33e3f1e1bea2fafdff.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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-font')
-rw-r--r--meta/recipes-graphics/xorg-font/encodings_1.0.4.bb1
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"
PR = "${INC_PR}.1"
DEPENDS = "mkfontscale-native font-util-native"
+RDEPENDS_${PN} = ""
SRC_URI += "file://nocompiler.patch"