diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-18 10:21:08 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-18 12:28:54 +0200 |
commit | dde0dbff882202068f41a761c74cd417caad5de1 (patch) | |
tree | 3ca2c7ff407b462e575af76246df9492f3677676 /meta-oe/recipes-graphics/xorg-driver | |
parent | d3d30a1362a77cf1c19aa5c479327632b5261d94 (diff) | |
download | meta-openembedded-dde0dbff882202068f41a761c74cd417caad5de1.tar.gz |
recipes-graphics: remove xorg recipes which were upgraded to same versions in oe-core
* be aware that PR went backwards in some cases, due to INC_PR in our recipes :/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-driver')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb | 17 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/xorg-driver/xf86-input-mouse_1.7.0.bb | 17 |
2 files changed, 0 insertions, 34 deletions
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb deleted file mode 100644 index cbbc7c717..000000000 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb +++ /dev/null | |||
@@ -1,17 +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 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea2099d24ac9e316a6d4b9f20b3d4e10" | ||
11 | |||
12 | DEPENDS += " kbproto" | ||
13 | PE = "1" | ||
14 | PR = "${INC_PR}.0" | ||
15 | |||
16 | SRC_URI[md5sum] = "e2abe9f13e526a73cb68a7d257546eba" | ||
17 | SRC_URI[sha256sum] = "c46c790fec905d696573b7a374b10ab8b4389112a8f69993fe011006c99e858e" | ||
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-input-mouse_1.7.0.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-input-mouse_1.7.0.bb deleted file mode 100644 index 88b304ffa..000000000 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-input-mouse_1.7.0.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | require xorg-driver-input.inc | ||
2 | |||
3 | SUMMARY = "X.Org X server -- mouse input driver" | ||
4 | |||
5 | DESCRIPTION = "mouse is an Xorg input driver for mice. The driver \ | ||
6 | supports most available mouse types and interfaces. The mouse driver \ | ||
7 | functions as a pointer input device, and may be used as the X server's \ | ||
8 | core pointer. Multiple mice are supported by multiple instances of this \ | ||
9 | driver." | ||
10 | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=237eb1d1a602d29ef2af62d8fba60f19" | ||
12 | |||
13 | PE = "1" | ||
14 | PR = "${INC_PR}.0" | ||
15 | |||
16 | SRC_URI[md5sum] = "7f31472689c15b6de62eff04d0fb57d7" | ||
17 | SRC_URI[sha256sum] = "4e989542b5e9e0c5f9087288b18e70de1064dd27c83a4bc6dce58f3ea9d74994" | ||