diff options
author | Qian Lei <qianl.fnst@cn.fujitsu.com> | 2014-11-14 15:01:50 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-11-24 11:58:31 +0100 |
commit | f26e4e6a4278b27b7a764017b2104ccced092c65 (patch) | |
tree | 05c4e8bbc7cf393c4f0526473d1724b4ed08d1d9 | |
parent | 1caffb22f39982ad2496bb3dc03d1be8835f4fe3 (diff) | |
download | meta-openembedded-f26e4e6a4278b27b7a764017b2104ccced092c65.tar.gz |
xrefresh: Add new recipe
xrefresh refreshes all or part of an X screen.
Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xrefresh_1.0.5.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xrefresh_1.0.5.bb b/meta-oe/recipes-graphics/xorg-app/xrefresh_1.0.5.bb new file mode 100644 index 000000000..a2a4941e9 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xrefresh_1.0.5.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
2 | |||
3 | SUMMARY = "X.Org X11 X client utilities" | ||
4 | HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xrefresh/" | ||
5 | DESCRIPTION = "xrefresh - refresh all or part of an X screen" | ||
6 | SECTION = "x11/app" | ||
7 | LICENSE = "MIT" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=dad633bce9c3cd0e3abf72a16e0057cf" | ||
9 | |||
10 | BBCLASSEXTEND = "native" | ||
11 | |||
12 | SRC_URI[md5sum] = "a896382bc53ef3e149eaf9b13bc81d42" | ||
13 | SRC_URI[sha256sum] = "3213671b0a8a9d1e8d1d5d9e3fd86842c894dd9acc1be2560eda50bc1fb791d6" | ||