diff options
author | Li xin <lixin.fnst@cn.fujitsu.com> | 2014-11-11 17:56:45 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-11-24 11:59:47 +0100 |
commit | f5b90e3f5cf33fda4c110f949938bc99888220fa (patch) | |
tree | 24508d92a240add613caff4a4dc3e47cf7edbc15 /meta-oe/recipes-graphics/xorg-app | |
parent | 6d63c22f9a9804d46d7c0df7587e3f0d1d70c00c (diff) | |
download | meta-openembedded-f5b90e3f5cf33fda4c110f949938bc99888220fa.tar.gz |
iceauth: upgrade to 1.0.6
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb | 8 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb | 15 |
2 files changed, 15 insertions, 8 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb deleted file mode 100644 index 9d4d1c768..000000000 --- a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
2 | SUMMARY = "Tool for manipulating ICE protocol authorization records" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e" | ||
4 | DEPENDS += "libice" | ||
5 | PR = "r6" | ||
6 | |||
7 | SRC_URI[md5sum] = "bb2e4d2611047f7c5a1a82ec956a9de4" | ||
8 | SRC_URI[sha256sum] = "0ee6fd4554f0131b1ed526ee00b9cf643e7dc97eb70fb51448848ef2f349938d" | ||
diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb new file mode 100644 index 000000000..22007d9af --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
2 | |||
3 | SUMMARY = "X.Org X11 X client utilities" | ||
4 | |||
5 | DESCRIPTION = "A collection of utilities used to tweak and query the runtime configuration\ | ||
6 | of the X server." | ||
7 | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e" | ||
9 | |||
10 | BBCLASSEXTEND = "native" | ||
11 | |||
12 | DEPENDS += "libice" | ||
13 | |||
14 | SRC_URI[md5sum] = "2527344acc60741a709f4858564c5ae6" | ||
15 | SRC_URI[sha256sum] = "bd990837353b439e6f45d478a87b8dbfa3f67d72d903e7a9ed4eb8de52f2e2f4" | ||