[oe-commits] Richard Purdie : encodings: Set RDEPENDS correctly

git at git.openembedded.org git at git.openembedded.org
Mon Apr 15 14:55:22 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 71b3a156c11d01565f546f33e3f1e1bea2fafdff
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=71b3a156c11d01565f546f33e3f1e1bea2fafdff

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Apr 15 12:07:05 2013 +0100

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 at linuxfoundation.org>

---

 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 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"
 





More information about the Openembedded-commits mailing list