mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
Update directfb-examples to latest version 1.7.0. (From OE-Core rev: ba5e58e2013bfdce7a22e4a56c58fd7c7151cfc6) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
661 B
BlitzBasic
21 lines
661 B
BlitzBasic
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://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] = "8b60c867af295481c32a8c7fc5802307"
|
|
SRC_URI[sha256sum] = "9a2104cc4da8123c8371813551b66b943198979f745cbebc034bb5e10844122a"
|