[oe-commits] Phil Blundell : xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN}

git at git.openembedded.org git at git.openembedded.org
Thu May 2 16:38:10 UTC 2013


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

Author: Phil Blundell <pb at pbcl.net>
Date:   Mon Apr 29 13:57:40 2013 +0100

xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN}

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>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../xorg-lib/xkeyboard-config_2.8.bb               |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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





More information about the Openembedded-commits mailing list