[oe-commits] Martin Jansa : edbus: option to disable performance-test was renamed and package logo.png in PN

git at git.openembedded.org git at git.openembedded.org
Mon Aug 20 18:10:41 UTC 2012


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 29 13:11:58 2012 +0200

edbus: option to disable performance-test was renamed and package logo.png in PN

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

---

 meta-efl/recipes-efl/efl/edbus_svn.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/edbus_svn.bb b/meta-efl/recipes-efl/efl/edbus_svn.bb
index d40deb2..b99f79d 100644
--- a/meta-efl/recipes-efl/efl/edbus_svn.bb
+++ b/meta-efl/recipes-efl/efl/edbus_svn.bb
@@ -5,8 +5,12 @@ PV = "1.2.1+svnr${SRCPV}"
 PR = "${INC_PR}.0"
 DEFAULT_PREFERENCE = "-1"
 
-EXTRA_OECONF += "--disable-performance_test"
+# it needs to be disabled, because creates circular dependency on elementary
+EXTRA_OECONF += "--disable-edbus-performance-test"
+
 SRC_URI = "\
   ${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \
 "
 S = "${WORKDIR}/${SRCNAME}"
+
+FILES_${PN} += "${datadir}/e_dbus/logo.png"





More information about the Openembedded-commits mailing list