From: Phil Blundell Date: Mon, 29 Apr 2013 12:57:40 +0000 (+0100) Subject: xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN} X-Git-Tag: yocto-4.0~33041 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdcc5e8f1286d288baf410458efc39a59b68d751;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Saul Wold --- 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 ccb9f741ff0..cf4da28fa78 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