From patchwork Fri Aug 10 13:43:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe, meta-efl, 26/46] edbus: option to disable performance-test was renamed and package logo.png in PN Date: Fri, 10 Aug 2012 13:43:21 -0000 From: Martin Jansa X-Patchwork-Id: 34227 Message-Id: To: openembedded-devel@lists.openembedded.org Signed-off-by: Martin Jansa --- 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"