mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
Changes: Use xz: upstream has not released bz2. Update sha256sum and md5sum for new version. (From OE-Core rev: 4080fda237b8c7c540b54b7abc2075fd40a684d4) Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
449 B
BlitzBasic
14 lines
449 B
BlitzBasic
require xorg-app-common.inc
|
|
|
|
SUMMARY = "Runtime configuration and test of XInput devices"
|
|
|
|
DESCRIPTION = "Xinput is an utility for configuring and testing XInput devices"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=881525f89f99cad39c9832bcb72e6fa5"
|
|
|
|
DEPENDS += " libxi libxrandr libxinerama"
|
|
|
|
SRC_URI_EXT = "xz"
|
|
SRC_URI[md5sum] = "8e4d14823b7cbefe1581c398c6ab0035"
|
|
SRC_URI[sha256sum] = "ad04d00d656884d133110eeddc34e9c69e626ebebbbab04dc95791c2907057c8"
|