diff options
| -rw-r--r-- | meta-oe/recipes-support/utouch/utouch-evemu_git.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb new file mode 100644 index 0000000000..0efe79e75f --- /dev/null +++ b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "Kernel evdev device emulation" | ||
| 2 | DESCRIPTION = "The evemu library and tools are used to describe devices, record data, create devices and replay data from kernel evdev devices. " | ||
| 3 | HOMEPAGE = "http://bitmath.org/code/evemu/" | ||
| 4 | |||
| 5 | LICENSE = "GPLv3" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | ||
| 7 | |||
| 8 | inherit autotools | ||
| 9 | |||
| 10 | SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http" | ||
| 11 | SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24" | ||
| 12 | |||
| 13 | PV = "1.0.5+git${SRCPV}" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git/" | ||
