aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/directfb/directfb-examples_1.7.0.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-07-04 16:45:53 +0300
committerMartin Jansa <Martin.Jansa@gmail.com>2016-07-29 11:00:53 +0200
commit273be2ecc2dd4402dd44a8d377892ab2e83f60b3 (patch)
treedea88947ba13ccd050462fdb697f237cd7e7a52b /meta-oe/recipes-graphics/directfb/directfb-examples_1.7.0.bb
parent37e1dd154b8516966fee5d01b689d2abf5fe0679 (diff)
downloadmeta-openembedded-contrib-273be2ecc2dd4402dd44a8d377892ab2e83f60b3.tar.gz
directfb: move recipe to meta-oe
directfb.org has been down for about a year now. Since there are active users for this recipe, it makes sense to move this from oe-core to meta-oe. Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'meta-oe/recipes-graphics/directfb/directfb-examples_1.7.0.bb')
-rw-r--r--meta-oe/recipes-graphics/directfb/directfb-examples_1.7.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/directfb/directfb-examples_1.7.0.bb b/meta-oe/recipes-graphics/directfb/directfb-examples_1.7.0.bb
new file mode 100644
index 0000000000..7907c5c0da
--- /dev/null
+++ b/meta-oe/recipes-graphics/directfb/directfb-examples_1.7.0.bb
@@ -0,0 +1,21 @@
+SUMMARY = "Example DirectFB applications"
+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"
+
+SRC_URI = " \
+ http://downloads.yoctoproject.org/mirror/sources/DirectFB-examples-${PV}.tar.gz \
+ file://configure.in-Fix-string-argument-syntax.patch \
+ "
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f"
+
+S = "${WORKDIR}/DirectFB-examples-${PV}"
+
+inherit autotools pkgconfig
+
+SRC_URI[md5sum] = "8b60c867af295481c32a8c7fc5802307"
+SRC_URI[sha256sum] = "9a2104cc4da8123c8371813551b66b943198979f745cbebc034bb5e10844122a"