summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-03-30 01:02:18 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 10:46:50 +0200
commited6e2ff5af58a3873df99789115f1e914641f7b8 (patch)
tree6287aedbba632d7b47983babc86d210adbbb53cf /meta-efl/recipes-efl/efl
parenta396118be3e6076c7f375d798e671472ec514cb3 (diff)
downloadmeta-openembedded-ed6e2ff5af58a3873df99789115f1e914641f7b8.tar.gz
edbus: remove test-gui option
* was removed in: commit eeca5e83e550179640bdbc6f71c8b3688944ff4d Author: barbieri <barbieri@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@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl')
-rw-r--r--meta-efl/recipes-efl/efl/edbus.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-efl/recipes-efl/efl/edbus.inc b/meta-efl/recipes-efl/efl/edbus.inc
index ffa1eb290..7b11af54b 100644
--- a/meta-efl/recipes-efl/efl/edbus.inc
+++ b/meta-efl/recipes-efl/efl/edbus.inc
@@ -13,11 +13,10 @@ INC_PR = "r0"
13 13
14SRCNAME = "e_dbus" 14SRCNAME = "e_dbus"
15 15
16EXTRA_OECONF += "--enable-build-test-gui"
17# it needs to be disabled, because creates circular dependency on elementary 16# it needs to be disabled, because creates circular dependency on elementary
18EXTRA_OECONF += "--disable-edbus-performance-test" 17EXTRA_OECONF += "--disable-edbus-performance-test"
19 18
20PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez ${PN}-test-gui" 19PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez"
21FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send" 20FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send"
22FILES_${PN}-edbus = "${libdir}/libedbus.so.*" 21FILES_${PN}-edbus = "${libdir}/libedbus.so.*"
23FILES_${PN}-enm = "${libdir}/libenm.so.*" 22FILES_${PN}-enm = "${libdir}/libenm.so.*"
@@ -26,6 +25,5 @@ FILES_${PN}-econnman = "${libdir}/libeconnman.so.* ${libdir}/libeconnman0_7x.so.
26FILES_${PN}-eofono = "${libdir}/libeofono.so.*" 25FILES_${PN}-eofono = "${libdir}/libeofono.so.*"
27FILES_${PN}-eukit = "${libdir}/libeukit.so.*" 26FILES_${PN}-eukit = "${libdir}/libeukit.so.*"
28FILES_${PN}-ebluez = "${libdir}/libebluez.so.*" 27FILES_${PN}-ebluez = "${libdir}/libebluez.so.*"
29FILES_${PN}-test-gui = "${bindir}/e_dbus_hal"
30FILES_${PN} += "${datadir}/e_dbus/logo.png" 28FILES_${PN} += "${datadir}/e_dbus/logo.png"
31 29