]> code.ossystems Code Review - openembedded-core.git/commitdiff
xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN}
authorPhil Blundell <pb@pbcl.net>
Mon, 29 Apr 2013 12:57:40 +0000 (13:57 +0100)
committerSaul Wold <sgw@linux.intel.com>
Wed, 1 May 2013 18:49:00 +0000 (11:49 -0700)
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@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb

index ccb9f741ff07c6e047c7caea4f7791ba8a8c46d5..cf4da28fa78d541fb4e220cbb2d4fed506d70fe7 100644 (file)
@@ -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