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:12 +0100 |
commit | 764bc41950513bede2ff763d0db55961f00318da (patch) | |
tree | daa43f715814c2b1ceaee3212abeff4b0c92ae25 | |
parent | f091895d7dacd601f52edb0f0a08bdfa7e6d2461 (diff) | |
download | openembedded-core-764bc41950513bede2ff763d0db55961f00318da.tar.gz openembedded-core-764bc41950513bede2ff763d0db55961f00318da.tar.bz2 openembedded-core-764bc41950513bede2ff763d0db55961f00318da.zip |
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.
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 @@ -require xorg-app-common.inc - -DESCRIPTION = "X Event Viewer" -LICENSE = "MIT" -PE = "1" - -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 @@ +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" |