From 8e4d4391ff026d887f29f26127032f2d9ec51677 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Fri, 13 Sep 2019 00:48:41 +0200 Subject: xcursorgen: update to 1.0.7 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.5.bb | 14 -------------- meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.7.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.5.bb create mode 100644 meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.7.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.5.bb b/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.5.bb deleted file mode 100644 index a21dc42a9b..0000000000 --- a/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.5.bb +++ /dev/null @@ -1,14 +0,0 @@ -LICENSE = "ManishSingh" -LIC_FILES_CHKSUM = "file://COPYING;md5=bd1fb9ee90eead85f7b171807b3ab4f2" - -DEPENDS = "libpng libxcursor" - -SRC_URI = "http://xorg.freedesktop.org/archive/individual/app/${BPN}-${PV}.tar.bz2" -SRC_URI[md5sum] = "09f56978a62854534deacc8aa8ff3031" -SRC_URI[sha256sum] = "bc7171a0fa212da866fca2301241630e2009aea8c4ddb75f21b51a31c2e4c581" - -inherit distro_features_check autotools pkgconfig - -REQUIRED_DISTRO_FEATURES = "x11" - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.7.bb b/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.7.bb new file mode 100644 index 0000000000..3f4bfaaf19 --- /dev/null +++ b/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.7.bb @@ -0,0 +1,14 @@ +LICENSE = "ManishSingh" +LIC_FILES_CHKSUM = "file://COPYING;md5=bd1fb9ee90eead85f7b171807b3ab4f2" + +DEPENDS = "libpng libxcursor" + +SRC_URI = "http://xorg.freedesktop.org/archive/individual/app/${BPN}-${PV}.tar.bz2" +SRC_URI[md5sum] = "25cc7ca1ce5dcbb61c2b471c55e686b5" +SRC_URI[sha256sum] = "35b6f844b24f1776e9006c880a745728800764dbe3b327a128772b4610d8eb3d" + +inherit distro_features_check autotools pkgconfig + +REQUIRED_DISTRO_FEATURES = "x11" + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg 15 OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
blob: d2c974b1abc158df92917423f4332f8dd3e77153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62