mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 18:53:13 +01:00
This fixes the following build error: ,---- | .../configure: line 4229: syntax error near unexpected token `DIRECTFB,' | .../configure: line 4229: `PKG_CHECK_MODULES(DIRECTFB, directfb >= $DIRECTFB_REQUIRED_VERSION, WATER=`$PKG_CONFIG --variable=water directfb` ,' `---- (From OE-Core rev: 3f7fcbc167c13bdaa6c12a81c7851530d72f02e0) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
737 B
BlitzBasic
22 lines
737 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 \
|
|
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"
|