[OE-core] [PATCH 4/7] encodings: Set RDEPENDS correctly

Richard Purdie richard.purdie at linuxfoundation.org
Mon Apr 15 11:07:05 UTC 2013


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 at linuxfoundation.org>
---
 meta/recipes-graphics/xorg-font/encodings_1.0.4.bb |    1 +
 1 file changed, 1 insertion(+)

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 cf7b3e3..90846d8 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"
 
-- 
1.7.10.4





More information about the Openembedded-core mailing list