edbus.inc 1.0 KB

1234567891011121314151617181920212223242526272829
  1. DESCRIPTION = "DBus and HAL convenience wrappers for EFL"
  2. DEPENDS = "dbus ecore eina"
  3. LICENSE = "MIT & BSD"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=550b8cea13dacc4bf00508a8cce1074c"
  5. inherit efl
  6. # -dev and -dbg packages wants ${PN} which is empty here
  7. ALLOW_EMPTY_${PN} = "1"
  8. BBCLASSEXTEND = "native"
  9. INC_PR = "r0"
  10. SRCNAME = "e_dbus"
  11. # it needs to be disabled, because creates circular dependency on elementary
  12. EXTRA_OECONF += "--disable-edbus-performance-test"
  13. PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez"
  14. FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send"
  15. FILES_${PN}-edbus = "${libdir}/libedbus.so.*"
  16. FILES_${PN}-enm = "${libdir}/libenm.so.*"
  17. FILES_${PN}-ehal = "${libdir}/libehal.so.*"
  18. FILES_${PN}-econnman = "${libdir}/libeconnman.so.* ${libdir}/libeconnman0_7x.so.*"
  19. FILES_${PN}-eofono = "${libdir}/libeofono.so.*"
  20. FILES_${PN}-eukit = "${libdir}/libeukit.so.*"
  21. FILES_${PN}-ebluez = "${libdir}/libebluez.so.*"
  22. FILES_${PN} += "${datadir}/e_dbus/logo.png"