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:22 +0000 |
commit | 5d5c8c581346dc0297be2bb1531f7569154b309a (patch) | |
tree | 912cc299d21b9b95d1317f49fa948b02246035e4 /meta/recipes-graphics/directfb | |
parent | c2de8d41236cf1293db9e6c69d69e8d14f55ffd1 (diff) | |
download | openembedded-core-5d5c8c581346dc0297be2bb1531f7569154b309a.tar.gz openembedded-core-5d5c8c581346dc0297be2bb1531f7569154b309a.tar.bz2 openembedded-core-5d5c8c581346dc0297be2bb1531f7569154b309a.zip |
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]
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/directfb')
-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 @@ +DESCRIPTION = "The DirectFB-examples package contains a set of simple DirectFB \ + applications that can be used to test and demonstrate various DirectFB \ + features" +DEPENDS = "directfb" +SECTION = "libs" +LICENSE = "MIT" +PR = "r0" + +SRC_URI = " \ + http://www.directfb.org/downloads/Extras/DirectFB-examples-${PV}.tar.gz \ + " + +LIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f" + +S = "${WORKDIR}/DirectFB-examples-${PV}" + +inherit autotools + +SRC_URI[md5sum] = "ce018f681b469a1d72ffc32650304b98" +SRC_URI[sha256sum] = "830a1bd6775d8680523596a88a72fd8e4c6a74bf886d3e169b06d234a5cf7e3e" |