From patchwork Fri Aug 10 13:43:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,meta-efl,18/46] python-edje: add evas to DEPENDS Date: Fri, 10 Aug 2012 13:43:13 -0000 From: Martin Jansa X-Patchwork-Id: 34211 Message-Id: <55abdd2d8eb10ffb1018bf7b5bf3f170b7614040.1344601517.git.Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org * fixes: ./edje/edit/c_edit.c:235:18: fatal error: Evas.h: No such file or directory Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-edje_svn.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-efl/recipes-devtools/python/python-edje_svn.bb b/meta-efl/recipes-devtools/python/python-edje_svn.bb index 1607d87..f527959 100644 --- a/meta-efl/recipes-devtools/python/python-edje_svn.bb +++ b/meta-efl/recipes-devtools/python/python-edje_svn.bb @@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" PR = "${INC_PR}.2" SRCREV = "${EFL_SRCREV}" -DEPENDS += "edje python-evas" +DEPENDS += "edje python-evas evas" RDEPENDS_${PN} += "python-evas" SRC_URI += "file://0001-fix-unicode-conversion.patch"