diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-12-12 12:11:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-13 22:55:21 +0000 |
commit | 8778348a187cdbf1d53cbb60b96d97d10e8f71b7 (patch) | |
tree | 5d0121d412fe8f8f357eb9cd748970a34d4f131e /meta/recipes-graphics | |
parent | dba5cafb82b2e4384207fbdb402b0dfabeba978e (diff) | |
download | poky-8778348a187cdbf1d53cbb60b96d97d10e8f71b7.tar.gz |
xf86-input-keyboard: Remove git recipe
Last used revision was from 8 years ago.
(From OE-Core rev: ea9fe27f57aac877608e1ae6783dfa701934e440)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb deleted file mode 100644 index dfb08f724b..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | require xorg-driver-input.inc | ||
2 | |||
3 | SUMMARY = "X.Org X server -- keyboard input driver" | ||
4 | |||
5 | DESCRIPTION = "keyboard is an Xorg input driver for keyboards. The \ | ||
6 | driver supports the standard OS-provided keyboard interface. The driver \ | ||
7 | functions as a keyboard input device, and may be used as the X server's \ | ||
8 | core keyboard." | ||
9 | |||
10 | SRCREV = "3e28d68b50d291938734e9684b8296ca864f3892" | ||
11 | PV = "1.3.2+git${SRCPV}" | ||
12 | PR = "${INC_PR}.0" | ||
13 | |||
14 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-keyboard" | ||
15 | S = "${WORKDIR}/git" | ||
16 | |||