mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
040f75eca2
As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the references. Thanks to Phil Blundell for the command. (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
15 lines
567 B
BlitzBasic
15 lines
567 B
BlitzBasic
DESCRIPTION = "Simple tool for input event debugging."
|
|
HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/"
|
|
AUTHOR = "Vojtech Pavlik <vojtech@suse.cz>"
|
|
SECTION = "console/utils"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
DEPENDS = "libxml2"
|
|
|
|
SRC_URI = "http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-${PV}.tar.bz2;name=archive"
|
|
SRC_URI[archive.md5sum] = "770d6af03affe976bdbe3ad1a922c973"
|
|
SRC_URI[archive.sha256sum] = "3d34123c68014dae6f7c19144ef79ea2915fa7a2f89ea35ca375a9cf9e191473"
|
|
|
|
inherit autotools
|