xev: move from meta-demoapps

* The location where xev was located didn't contain xorg-app-common.inc,
  but still xev requires it. So moving it fixes that issue.
* File checksums and License checksums were also added.

(From OE-Core rev: 764bc41950513bede2ff763d0db55961f00318da)

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2012-03-23 22:30:41 +00:00 committed by Richard Purdie
parent e3a6524579
commit 8809f2be92
3 changed files with 10 additions and 7 deletions

View File

@ -1,7 +0,0 @@
require xorg-app-common.inc
DESCRIPTION = "X Event Viewer"
LICENSE = "MIT"
PE = "1"
SRC_URI += "file://diet-x11.patch;patch=1"

View File

@ -0,0 +1,10 @@
require xorg-app-common.inc
LIC_FILES_CHKSUM = "file://xev.c;startline=0;endline=35;md5=db2e69260ca64f1d332efa6ab4b7e2b5"
DESCRIPTION = "X Event Viewer"
LICENSE = "MIT"
PE = "1"
SRC_URI += "file://diet-x11.patch"
SRC_URI[md5sum] = "a9532c3d1683c99bb5df1895cb3a60b1"
SRC_URI[sha256sum] = "d4ac7ae154ee9733be27a5f55586abb9362c768f5fb8a4fc7fd2645100a9313a"