diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2012-03-23 22:30:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 10:59:54 +0100 |
commit | 8809f2be927a0cbe2160a87c52120ed93c069ac8 (patch) | |
tree | 86e1cd5f2574b00051e86a90715af3dbc3cd9e9e | |
parent | e3a6524579f84569889edf267cf9753e2d9bc95c (diff) | |
download | poky-8809f2be927a0cbe2160a87c52120ed93c069ac8.tar.gz |
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>
-rw-r--r-- | meta-demoapps/recipes-graphics/xorg-app/xev_1.0.3.bb | 7 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-app/xev/diet-x11.patch (renamed from meta-demoapps/recipes-graphics/xorg-app/xev/diet-x11.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-app/xev_1.0.3.bb | 10 |
3 files changed, 10 insertions, 7 deletions
diff --git a/meta-demoapps/recipes-graphics/xorg-app/xev_1.0.3.bb b/meta-demoapps/recipes-graphics/xorg-app/xev_1.0.3.bb deleted file mode 100644 index b7a4070a8f..0000000000 --- a/meta-demoapps/recipes-graphics/xorg-app/xev_1.0.3.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require xorg-app-common.inc | ||
2 | |||
3 | DESCRIPTION = "X Event Viewer" | ||
4 | LICENSE = "MIT" | ||
5 | PE = "1" | ||
6 | |||
7 | SRC_URI += "file://diet-x11.patch;patch=1" | ||
diff --git a/meta-demoapps/recipes-graphics/xorg-app/xev/diet-x11.patch b/meta/recipes-graphics/xorg-app/xev/diet-x11.patch index 139838c357..139838c357 100644 --- a/meta-demoapps/recipes-graphics/xorg-app/xev/diet-x11.patch +++ b/meta/recipes-graphics/xorg-app/xev/diet-x11.patch | |||
diff --git a/meta/recipes-graphics/xorg-app/xev_1.0.3.bb b/meta/recipes-graphics/xorg-app/xev_1.0.3.bb new file mode 100644 index 0000000000..21ba62e246 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xev_1.0.3.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require xorg-app-common.inc | ||
2 | LIC_FILES_CHKSUM = "file://xev.c;startline=0;endline=35;md5=db2e69260ca64f1d332efa6ab4b7e2b5" | ||
3 | DESCRIPTION = "X Event Viewer" | ||
4 | LICENSE = "MIT" | ||
5 | PE = "1" | ||
6 | |||
7 | SRC_URI += "file://diet-x11.patch" | ||
8 | |||
9 | SRC_URI[md5sum] = "a9532c3d1683c99bb5df1895cb3a60b1" | ||
10 | SRC_URI[sha256sum] = "d4ac7ae154ee9733be27a5f55586abb9362c768f5fb8a4fc7fd2645100a9313a" | ||