diff options
author | Phil Blundell <pb@pbcl.net> | 2013-04-29 13:57:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-02 17:41:53 +0100 |
commit | 2c5dbc9291b4c77457a5f7d5ea96f586acf7f902 (patch) | |
tree | 504cfccaaed74eb4cc08e710c38fbb82df2fd6be /meta/recipes-graphics/xorg-lib | |
parent | c51e8b4532361b11fe73c28613653c0f5aaf566b (diff) | |
download | poky-2c5dbc9291b4c77457a5f7d5ea96f586acf7f902.tar.gz |
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.
(From OE-Core rev: bdcc5e8f1286d288baf410458efc39a59b68d751)
Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/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 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" | |||
23 | 23 | ||
24 | EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps" | 24 | EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps" |
25 | 25 | ||
26 | RDEPENDS_${PN} += "xkbcomp" | ||
27 | FILES_${PN} += "${datadir}/X11/xkb" | 26 | FILES_${PN} += "${datadir}/X11/xkb" |
28 | 27 | ||
29 | inherit autotools pkgconfig | 28 | inherit autotools pkgconfig |