[oe-commits] Bob Ham : python-edje: Fix building by preventing attempted use of examples

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 11:24:07 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 23ad6cfe2be0dc076f5f286e0f72e345667cf352
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=23ad6cfe2be0dc076f5f286e0f72e345667cf352

Author: Bob Ham <rah at settrans.net>
Date:   Tue Apr 30 16:22:16 2013 +0000

python-edje: Fix building by preventing attempted use of examples

The examples apparently require compilation of .edc files to .edj
files using a program called edje_cc.  I have no idea how the upstream
Makefile is supposed to work but it contains no such instructions and
errors out without this configure option.

Signed-off-by: Bob Ham <rah at settrans.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-devtools/python/python-edje.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-efl/recipes-devtools/python/python-edje.inc b/meta-efl/recipes-devtools/python/python-edje.inc
index 473b92e..2e2e1f2 100644
--- a/meta-efl/recipes-devtools/python/python-edje.inc
+++ b/meta-efl/recipes-devtools/python/python-edje.inc
@@ -3,3 +3,4 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 DEPENDS += "edje python-evas evas"
 RDEPENDS_${PN} += "python-evas"
+EXTRA_OECONF += "--disable-examples"



More information about the Openembedded-commits mailing list