From: Phil Blundell Date: Mon, 29 Apr 2013 12:57:40 +0000 (+0100) Subject: xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN} X-Git-Tag: 2015-4~6660 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bdcc5e8f1286d288baf410458efc39a59b68d751;p=openembedded-core.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 ccb9f741ff..cf4da28fa7 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