diff options
Diffstat (limited to 'meta-efl/recipes-efl/efl')
-rw-r--r-- | meta-efl/recipes-efl/efl/edbus.inc | 4 |
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 | ||
14 | SRCNAME = "e_dbus" | 14 | SRCNAME = "e_dbus" |
15 | 15 | ||
16 | EXTRA_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 |
18 | EXTRA_OECONF += "--disable-edbus-performance-test" | 17 | EXTRA_OECONF += "--disable-edbus-performance-test" |
19 | 18 | ||
20 | PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez ${PN}-test-gui" | 19 | PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez" |
21 | FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send" | 20 | FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send" |
22 | FILES_${PN}-edbus = "${libdir}/libedbus.so.*" | 21 | FILES_${PN}-edbus = "${libdir}/libedbus.so.*" |
23 | FILES_${PN}-enm = "${libdir}/libenm.so.*" | 22 | FILES_${PN}-enm = "${libdir}/libenm.so.*" |
@@ -26,6 +25,5 @@ FILES_${PN}-econnman = "${libdir}/libeconnman.so.* ${libdir}/libeconnman0_7x.so. | |||
26 | FILES_${PN}-eofono = "${libdir}/libeofono.so.*" | 25 | FILES_${PN}-eofono = "${libdir}/libeofono.so.*" |
27 | FILES_${PN}-eukit = "${libdir}/libeukit.so.*" | 26 | FILES_${PN}-eukit = "${libdir}/libeukit.so.*" |
28 | FILES_${PN}-ebluez = "${libdir}/libebluez.so.*" | 27 | FILES_${PN}-ebluez = "${libdir}/libebluez.so.*" |
29 | FILES_${PN}-test-gui = "${bindir}/e_dbus_hal" | ||
30 | FILES_${PN} += "${datadir}/e_dbus/logo.png" | 28 | FILES_${PN} += "${datadir}/e_dbus/logo.png" |
31 | 29 | ||