diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-09-30 09:27:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 13:46:22 +0100 |
commit | 7047b873e471fba454e70f4365f9b7f5247c2f3c (patch) | |
tree | 7c07c614c371f85732e2217e74ede62aa2401c93 /meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.7.0.bb | |
parent | b887e7fd3f25a8a5d675cbd4470c5bc6c780e0b5 (diff) | |
download | poky-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-vmmouse_12.7.0.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.7.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.7.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.7.0.bb index 9535a8f877..42e2b14e51 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.7.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.7.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require xf86-input-common.inc | 1 | require xorg-driver-input.inc |
2 | 2 | ||
3 | DESCRIPTION = "X.Org X server -- VMWare mouse input driver" | 3 | DESCRIPTION = "X.Org X server -- VMWare mouse input driver" |
4 | PR = "r0" | 4 | PR = "${INC_PR}.0" |
5 | 5 | ||
6 | RDEPENDS_${PN} += "xf86-input-mouse" | 6 | RDEPENDS_${PN} += "xf86-input-mouse" |
7 | 7 | ||