[oe] [meta-oe][PATCH 37/46] edbus: remove test-gui option

Martin Jansa martin.jansa at gmail.com
Tue Apr 1 17:13:45 UTC 2014


* was removed in:
  commit eeca5e83e550179640bdbc6f71c8b3688944ff4d
  Author: barbieri <barbieri at 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
  Date:   Fri Feb 26 23:05:02 2010 +0000

    hal: remove pointless test gui.

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-efl/recipes-efl/efl/edbus.inc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/edbus.inc b/meta-efl/recipes-efl/efl/edbus.inc
index ffa1eb2..7b11af5 100644
--- a/meta-efl/recipes-efl/efl/edbus.inc
+++ b/meta-efl/recipes-efl/efl/edbus.inc
@@ -13,11 +13,10 @@ INC_PR = "r0"
 
 SRCNAME = "e_dbus"
 
-EXTRA_OECONF += "--enable-build-test-gui"
 # it needs to be disabled, because creates circular dependency on elementary
 EXTRA_OECONF += "--disable-edbus-performance-test"
 
-PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez ${PN}-test-gui"
+PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez"
 FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send"
 FILES_${PN}-edbus = "${libdir}/libedbus.so.*"
 FILES_${PN}-enm = "${libdir}/libenm.so.*"
@@ -26,6 +25,5 @@ FILES_${PN}-econnman = "${libdir}/libeconnman.so.* ${libdir}/libeconnman0_7x.so.
 FILES_${PN}-eofono = "${libdir}/libeofono.so.*"
 FILES_${PN}-eukit = "${libdir}/libeukit.so.*"
 FILES_${PN}-ebluez = "${libdir}/libebluez.so.*"
-FILES_${PN}-test-gui = "${bindir}/e_dbus_hal"
 FILES_${PN} += "${datadir}/e_dbus/logo.png"
 
-- 
1.9.1




More information about the Openembedded-devel mailing list