diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:17:03 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:25:19 +0200 |
commit | 3b039e5c54265c5e1e254736687ad1cefed8f534 (patch) | |
tree | 02ad3b2a6e4661b12d1f1e19495f550daea27060 /recipes/xorg-driver/xf86-input-keyboard_1.1.1.bb | |
parent | c7e19744c13a4d5e7e9739cc2d8827b4d88fa4ac (diff) |
xorg-driver: oe-stylize
* please note that COMPATIBLE_HOST = 'value' is oe-stylized to
"'value'", should be fixed in oe-stylize script
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-driver/xf86-input-keyboard_1.1.1.bb')
-rw-r--r-- | recipes/xorg-driver/xf86-input-keyboard_1.1.1.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes/xorg-driver/xf86-input-keyboard_1.1.1.bb b/recipes/xorg-driver/xf86-input-keyboard_1.1.1.bb index 77b8281079..75f3b396e7 100644 --- a/recipes/xorg-driver/xf86-input-keyboard_1.1.1.bb +++ b/recipes/xorg-driver/xf86-input-keyboard_1.1.1.bb @@ -1,10 +1,7 @@ require xorg-driver-input.inc -PE = "1" - - - DEPENDS += " kbproto" +PE = "1" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "babf094e37bdfc08076d4adb4c69c1d9" SRC_URI[archive.sha256sum] = "b7e7377d75f3a10cceb5df18019b8e4498fbed0100478edd4af75bf8cd45d6fd" -PR = "${INC_PR}.0" |