diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-12-12 19:28:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-13 15:04:27 +0000 |
commit | e0a12db65c5285efb4c4343c58c0b9c7284e639a (patch) | |
tree | 1e028a3cf4374dcca8d8d3b5b964d09199aab5fd /meta | |
parent | 995a09e7bf3aee7853b17a7757cbf6cbc4edf6b8 (diff) | |
download | poky-e0a12db65c5285efb4c4343c58c0b9c7284e639a.tar.gz |
directfb-examples: add package directfb-examples to OE-core
Add this package for checking whether directfb run rightly or not.
It also is an useful tool to test directfb.
[YOCTO #1674]
(From OE-Core rev: 5d5c8c581346dc0297be2bb1531f7569154b309a)
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/directfb/directfb-examples_1.2.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/directfb/directfb-examples_1.2.0.bb b/meta/recipes-graphics/directfb/directfb-examples_1.2.0.bb new file mode 100644 index 0000000000..215426e3ec --- /dev/null +++ b/meta/recipes-graphics/directfb/directfb-examples_1.2.0.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "The DirectFB-examples package contains a set of simple DirectFB \ | ||
2 | applications that can be used to test and demonstrate various DirectFB \ | ||
3 | features" | ||
4 | DEPENDS = "directfb" | ||
5 | SECTION = "libs" | ||
6 | LICENSE = "MIT" | ||
7 | PR = "r0" | ||
8 | |||
9 | SRC_URI = " \ | ||
10 | http://www.directfb.org/downloads/Extras/DirectFB-examples-${PV}.tar.gz \ | ||
11 | " | ||
12 | |||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f" | ||
14 | |||
15 | S = "${WORKDIR}/DirectFB-examples-${PV}" | ||
16 | |||
17 | inherit autotools | ||
18 | |||
19 | SRC_URI[md5sum] = "ce018f681b469a1d72ffc32650304b98" | ||
20 | SRC_URI[sha256sum] = "830a1bd6775d8680523596a88a72fd8e4c6a74bf886d3e169b06d234a5cf7e3e" | ||