mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
22 lines
776 B
BlitzBasic
22 lines
776 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://downloads.yoctoproject.org/mirror/sources/DirectFB-examples-${PV}.tar.gz \
|
|
file://configure.in-Fix-string-argument-syntax.patch \
|
|
file://0001-spacedream-Add-typecast-to-pthread_t-in-assignment.patch \
|
|
"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f"
|
|
|
|
S = "${UNPACKDIR}/DirectFB-examples-${PV}"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
SRC_URI[sha256sum] = "9a2104cc4da8123c8371813551b66b943198979f745cbebc034bb5e10844122a"
|