summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/directfb/directfb-examples_1.2.0.bb20
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 @@
1DESCRIPTION = "The DirectFB-examples package contains a set of simple DirectFB \
2 applications that can be used to test and demonstrate various DirectFB \
3 features"
4DEPENDS = "directfb"
5SECTION = "libs"
6LICENSE = "MIT"
7PR = "r0"
8
9SRC_URI = " \
10 http://www.directfb.org/downloads/Extras/DirectFB-examples-${PV}.tar.gz \
11 "
12
13LIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f"
14
15S = "${WORKDIR}/DirectFB-examples-${PV}"
16
17inherit autotools
18
19SRC_URI[md5sum] = "ce018f681b469a1d72ffc32650304b98"
20SRC_URI[sha256sum] = "830a1bd6775d8680523596a88a72fd8e4c6a74bf886d3e169b06d234a5cf7e3e"