[oe-commits] Martin Jansa : ephoto, libeflvala: use autotools-brokensep

git at git.openembedded.org git at git.openembedded.org
Wed May 14 09:18:13 UTC 2014


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue May 13 11:01:49 2014 +0200

ephoto, libeflvala: use autotools-brokensep

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/e17/ephoto_svn.bb     | 3 +++
 meta-efl/recipes-efl/efl/libeflvala_svn.bb | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-efl/recipes-efl/e17/ephoto_svn.bb b/meta-efl/recipes-efl/e17/ephoto_svn.bb
index def68af..cea6f39 100644
--- a/meta-efl/recipes-efl/e17/ephoto_svn.bb
+++ b/meta-efl/recipes-efl/e17/ephoto_svn.bb
@@ -12,3 +12,6 @@ inherit gettext
 DEPENDS += "elementary ethumb ecore eio"
 
 SRCNAME = "${PN}"
+
+# autotools-brokensep
+B = "${S}"
diff --git a/meta-efl/recipes-efl/efl/libeflvala_svn.bb b/meta-efl/recipes-efl/efl/libeflvala_svn.bb
index b27590f..4922b1b 100644
--- a/meta-efl/recipes-efl/efl/libeflvala_svn.bb
+++ b/meta-efl/recipes-efl/efl/libeflvala_svn.bb
@@ -10,7 +10,7 @@ PR = "r2"
 SRCREV = "${EFL_SRCREV}"
 SRCNAME = "vala"
 
-inherit e-base autotools pkgconfig vala
+inherit e-base autotools-brokensep pkgconfig vala
 
 SRC_URI = "${E_SVN}/trunk/BINDINGS;module=${SRCNAME};protocol=http \
     file://disable.eina.test.patch \



More information about the Openembedded-commits mailing list