From 8809f2be927a0cbe2160a87c52120ed93c069ac8 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 23 Mar 2012 22:30:41 +0000 Subject: [PATCH] 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 Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta-demoapps/recipes-graphics/xorg-app/xev_1.0.3.bb | 7 ------- .../recipes-graphics/xorg-app/xev/diet-x11.patch | 0 meta/recipes-graphics/xorg-app/xev_1.0.3.bb | 10 ++++++++++ 3 files changed, 10 insertions(+), 7 deletions(-) delete mode 100644 meta-demoapps/recipes-graphics/xorg-app/xev_1.0.3.bb rename {meta-demoapps => meta}/recipes-graphics/xorg-app/xev/diet-x11.patch (100%) create mode 100644 meta/recipes-graphics/xorg-app/xev_1.0.3.bb 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 similarity index 100% rename from meta-demoapps/recipes-graphics/xorg-app/xev/diet-x11.patch rename to 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"