mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
fc78d37ff0
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
597 B
BlitzBasic
19 lines
597 B
BlitzBasic
SUMMARY = "Multitouch viewer"
|
|
DESCRIPTION = "mtview is a small X application that shows a graphical view of your MT-enabled hardware. It uses mtdev."
|
|
HOMEPAGE = "http://bitmath.org/code/mtview/"
|
|
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3"
|
|
|
|
inherit autotools pkgconfig features_check
|
|
# depends on virtual/libx11
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http;branch=master"
|
|
SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b"
|
|
|
|
DEPENDS += "mtdev utouch-frame utouch-evemu libx11"
|
|
|
|
PV = "1.1.7+git"
|
|
|