diff options
author | Imran Mehmood <Imran_Mehmood@mentor.com> | 2011-10-27 12:43:44 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-31 11:27:06 +0100 |
commit | 444834f490235617994c7504d7dbe2a60cbb03e0 (patch) | |
tree | 999e042382d45933321be10f52ef9fc76d5183da /meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb | |
parent | 192030c5282c14c0cdfb9c05bd806f021edd7e2d (diff) | |
download | meta-openembedded-444834f490235617994c7504d7dbe2a60cbb03e0.tar.gz |
xclock: Add version 1.0.5 (initial recipe)
* Imported from oe.dev commit id 6e7e35679200cd55264fae308cd5dec7ef2d1d29
Signed-off-by: Imran Mehmood <Imran_Mehmood@mentor.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb b/meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb new file mode 100644 index 000000000..8b6088ba8 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
2 | |||
3 | DESCRIPTION = "analog / digital clock for X" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=857759ade8f2ddde5c7b32ef7356ea36" | ||
6 | |||
7 | DEPENDS += " libxaw libxrender libxft libxkbfile libxt" | ||
8 | |||
9 | SRC_URI[md5sum] = "eaf124bbc9d13e1a12a29faaa2ed3612" | ||
10 | SRC_URI[sha256sum] = "53a9169e24f3814fbfcfee3ca0b98637840a3156ed7c7e36ae03940fabae4c9a" | ||
11 | |||