aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-18 08:22:09 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-22 00:01:55 +0200
commit9fd0651c22d09d5233b6019156e5c2c8b8c7dd46 (patch)
treec0923fdf5d6ac564a6a48402c4976b33667277e4 /meta-efl
parentce73cf206fcce5ccd1a04d35bedecad7f25c260a (diff)
downloadmeta-openembedded-contrib-9fd0651c22d09d5233b6019156e5c2c8b8c7dd46.tar.gz
engrave: Use autotools-brokensep to avoid build failures
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/efl/engrave_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/engrave_svn.bb b/meta-efl/recipes-efl/efl/engrave_svn.bb
index 3e35c9caf0..92d7ca163e 100644
--- a/meta-efl/recipes-efl/efl/engrave_svn.bb
+++ b/meta-efl/recipes-efl/efl/engrave_svn.bb
@@ -6,6 +6,6 @@ DEPENDS = "evas ecore"
PV = "0.0.0+svnr${SRCPV}"
SRCREV = "${EFL_SRCREV}"
-inherit efl
+inherit efl autotools-brokensep
SRC_URI = "${E_SVN}/OLD;module=${SRCNAME};protocol=http;scmdata=keep"
S = "${WORKDIR}/${SRCNAME}"