aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/directfb/directfb-examples_1.6.0.bb
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2012-07-03 13:24:19 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-09 16:51:19 +0100
commit37a1e3c0ed5347c77ace9f3ce262f34d9ac53528 (patch)
tree3e8a7c56ea5bee19c88d5a356e4b4ee0318bf5c8 /meta/recipes-graphics/directfb/directfb-examples_1.6.0.bb
parent47800f9bff7a799489851156c341151ee9cf364f (diff)
downloadopenembedded-core-contrib-37a1e3c0ed5347c77ace9f3ce262f34d9ac53528.tar.gz
directfb-examples: upgrade to 1.6.0
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/directfb/directfb-examples_1.6.0.bb')
-rw-r--r--meta/recipes-graphics/directfb/directfb-examples_1.6.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/directfb/directfb-examples_1.6.0.bb b/meta/recipes-graphics/directfb/directfb-examples_1.6.0.bb
new file mode 100644
index 0000000000..b19cd89fbd
--- /dev/null
+++ b/meta/recipes-graphics/directfb/directfb-examples_1.6.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] = "27619d31e8a647fdd3023a0c1779b63d"
+SRC_URI[sha256sum] = "b08293697c211b690856f76a25ad7acd4ca458b4132851e0a1e471d0bf23c821"