[OE-core] [PATCH] xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN}

Phil Blundell pb at pbcl.net
Mon Apr 29 12:57:40 UTC 2013


Nothing in this package uses xkbcomp so depending on it here is not appropriate.
Whatever package(s) is/are invoking that binary should be the ones to depend
on it.

Signed-off-by: Phil Blundell <philb at gnu.org>
---
 meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb |    1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb
index ccb9f74..cf4da28 100644
--- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb
+++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb
@@ -23,7 +23,6 @@ PR = "r0"
 
 EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps"
 
-RDEPENDS_${PN} += "xkbcomp"
 FILES_${PN} += "${datadir}/X11/xkb"
 
 inherit autotools pkgconfig
-- 
1.7.10.4







More information about the Openembedded-core mailing list