summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-09-30 09:27:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 13:46:22 +0100
commit7047b873e471fba454e70f4365f9b7f5247c2f3c (patch)
tree7c07c614c371f85732e2217e74ede62aa2401c93 /meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb
parentb887e7fd3f25a8a5d675cbd4470c5bc6c780e0b5 (diff)
downloadpoky-7047b873e471fba454e70f4365f9b7f5247c2f3c.tar.gz
xorg-driver: rename .inc files and merge some changes from meta-oe
* use INC_PR * use BPN directly instead of XORG_PN (From OE-Core rev: 7920cc4b43f139d023b52a71c2407f5295347618) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb3
1 files changed, 2 insertions, 1 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
index fe8cee9d9c..5bc055866f 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb
@@ -1,4 +1,4 @@
1require xf86-input-common.inc 1require xorg-driver-input.inc
2 2
3SUMMARY = "X.Org X server -- keyboard input driver" 3SUMMARY = "X.Org X server -- keyboard input driver"
4 4
@@ -9,6 +9,7 @@ core keyboard."
9 9
10SRCREV = "3e28d68b50d291938734e9684b8296ca864f3892" 10SRCREV = "3e28d68b50d291938734e9684b8296ca864f3892"
11PV = "1.3.2+git${SRCPV}" 11PV = "1.3.2+git${SRCPV}"
12PR = "${INC_PR}.0"
12 13
13SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-keyboard;protocol=git" 14SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-keyboard;protocol=git"
14S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"