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>
This commit is contained in:
Richard Purdie 2013-04-15 12:07:05 +01:00
parent 96b49a013a
commit b8f089512f
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ PE = "1"
PR = "${INC_PR}.1"
DEPENDS = "mkfontscale-native font-util-native"
RDEPENDS_${PN} = ""
SRC_URI += "file://nocompiler.patch"