]> code.ossystems Code Review - openembedded-core.git/commitdiff
encodings: Set RDEPENDS correctly
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Apr 2013 11:07:05 +0000 (12:07 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Apr 2013 14:45:50 +0000 (15:45 +0100)
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>
meta/recipes-graphics/xorg-font/encodings_1.0.4.bb

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