summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-07-01 14:13:11 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-10 14:12:17 +0100
commit8c95d2220f1b477e32ed6cf4a28199590d15a411 (patch)
tree9aaa1e1726206bd4df78df89ed2d60eece031517 /meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb
parent78523811fbfd18beca244865e64bcec322bdaa6a (diff)
downloadpoky-8c95d2220f1b477e32ed6cf4a28199590d15a411.tar.gz
move directfb from oe-core
Remove the directfb recipe as we are moving directfb out of oe-core [YOCTO #8489] (From OE-Core rev: a30f259537fa99e71d8d93662988233e36373611) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb')
-rw-r--r--meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb b/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb
deleted file mode 100644
index 7907c5c0da..0000000000
--- a/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1SUMMARY = "Example DirectFB applications"
2DESCRIPTION = "The DirectFB-examples package contains a set of simple DirectFB \
3 applications that can be used to test and demonstrate various DirectFB \
4 features"
5DEPENDS = "directfb"
6SECTION = "libs"
7LICENSE = "MIT"
8
9SRC_URI = " \
10 http://downloads.yoctoproject.org/mirror/sources/DirectFB-examples-${PV}.tar.gz \
11 file://configure.in-Fix-string-argument-syntax.patch \
12 "
13
14LIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f"
15
16S = "${WORKDIR}/DirectFB-examples-${PV}"
17
18inherit autotools pkgconfig
19
20SRC_URI[md5sum] = "8b60c867af295481c32a8c7fc5802307"
21SRC_URI[sha256sum] = "9a2104cc4da8123c8371813551b66b943198979f745cbebc034bb5e10844122a"