diff options
| author | Qian Lei <qianl.fnst@cn.fujitsu.com> | 2014-11-14 15:01:49 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-11-24 11:58:31 +0100 |
| commit | 1caffb22f39982ad2496bb3dc03d1be8835f4fe3 (patch) | |
| tree | 414debd6e88e2b0ee134649106296530ed839136 | |
| parent | ee86039e2f4339f453e6b7c6d26acbcc393e4ee2 (diff) | |
| download | meta-openembedded-1caffb22f39982ad2496bb3dc03d1be8835f4fe3.tar.gz | |
xlsclients: Add new recipe
xlsclients is a utility for listing information about the client
applications running on a X11 server.
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/xlsclients_1.1.3.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.3.bb b/meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.3.bb new file mode 100644 index 0000000000..583a531baf --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.3.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 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/xlsclients/" | ||
| 5 | DESCRIPTION = "xlsclients is a utility for listing information about the \ | ||
| 6 | client applications running on a X11 server." | ||
| 7 | SECTION = "x11/app" | ||
| 8 | LICENSE = "MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=350e1b718a56df39cfe8ca9345ea4575" | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "9fbf6b174a5138a61738a42e707ad8f5" | ||
| 14 | SRC_URI[sha256sum] = "5d9666fcc6c3de210fc70d5a841a404955af709a616fde530fe4e8f7723e3d3d" | ||
