diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-09-08 07:44:16 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-17 11:17:40 +0200 |
| commit | f78f3f31c06c669006fcb567c8f503d4dbec68da (patch) | |
| tree | 7c6ce488ada0192a2edc998c18f061257497c0df /meta-oe/recipes-graphics/xorg-app/xinput_1.5.3.bb | |
| parent | 50af41f5e48bb9d136109fc221ae7794b4e9c46a (diff) | |
| download | meta-openembedded-f78f3f31c06c669006fcb567c8f503d4dbec68da.tar.gz | |
xorg-app: use xorg-app-common.inc from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app/xinput_1.5.3.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xinput_1.5.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xinput_1.5.3.bb b/meta-oe/recipes-graphics/xorg-app/xinput_1.5.3.bb index c1acc983d6..3480185d3d 100644 --- a/meta-oe/recipes-graphics/xorg-app/xinput_1.5.3.bb +++ b/meta-oe/recipes-graphics/xorg-app/xinput_1.5.3.bb | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | require xorg-app-common.inc | 1 | require recipes-graphics/xorg-app/xorg-app-common.inc |
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=22c34ea36136407a77702a8b784f9bd0" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=22c34ea36136407a77702a8b784f9bd0" |
| 3 | DESCRIPTION = "a utility to configure and test XInput devices" | 3 | DESCRIPTION = "a utility to configure and test XInput devices" |
| 4 | DEPENDS += " libxi" | 4 | DEPENDS += " libxi" |
| 5 | PR = "${INC_PR}.0" | 5 | PR = "r6" |
| 6 | 6 | ||
| 7 | SRC_URI[md5sum] = "1e2f0ad4f3fa833b65c568907f171d28" | 7 | SRC_URI[md5sum] = "1e2f0ad4f3fa833b65c568907f171d28" |
| 8 | SRC_URI[sha256sum] = "6aade131cecddaeefc39ddce1dd5e8473f6039c2e4efbfd9fbb5ee2a75885c76" | 8 | SRC_URI[sha256sum] = "6aade131cecddaeefc39ddce1dd5e8473f6039c2e4efbfd9fbb5ee2a75885c76" |
