diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 10:47:39 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:11:27 +0200 |
commit | 2e12c27e3df7dfa70121fca92fddf527b98fec64 (patch) | |
tree | f17dfd7f433cbdf0c81021fe64ada83249658517 /recipes/xorg-app/xinput_1.5.1.bb | |
parent | bd56c1e530ea0c4cfca30dbf8618f47beb3817a7 (diff) |
xorg-app: oe-stylize
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app/xinput_1.5.1.bb')
-rw-r--r-- | recipes/xorg-app/xinput_1.5.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xorg-app/xinput_1.5.1.bb b/recipes/xorg-app/xinput_1.5.1.bb index 95892962df..9b990b06b5 100644 --- a/recipes/xorg-app/xinput_1.5.1.bb +++ b/recipes/xorg-app/xinput_1.5.1.bb @@ -1,7 +1,7 @@ require xorg-app-common.inc - DESCRIPTION = "a utility to configure and test XInput devices" DEPENDS += " libxi" +PR = "${INC_PR}.0" + SRC_URI[archive.md5sum] = "82400f0ba63217df9b00d825532cea7d" SRC_URI[archive.sha256sum] = "e33c8361c2b6cb13db9a7157753d417c168c8203c8b7027e9dda2fbeef00fd33" -PR = "${INC_PR}.0" |