aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-07-26 17:09:43 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-27 08:30:13 +0100
commit3f7fcbc167c13bdaa6c12a81c7851530d72f02e0 (patch)
tree033038a253096bee3f7f79350ada02600e9f9814 /meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb
parent2a7c6f6d3e9d1eedffb79f2347400509feed5dd7 (diff)
downloadopenembedded-core-contrib-3f7fcbc167c13bdaa6c12a81c7851530d72f02e0.tar.gz
directfb-examples: Fix building with new autoconf
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` ,' `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> 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.bb1
1 files changed, 1 insertions, 0 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
index 6057596071..9c3e8bf3d3 100644
--- a/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb
+++ b/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb
@@ -8,6 +8,7 @@ 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"