Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 | |
| 6 | inherit efl |
| 7 | |
| 8 | # -dev and -dbg packages wants ${PN} which is empty here |
| 9 | ALLOW_EMPTY_${PN} = "1" |
| 10 | |
| 11 | BBCLASSEXTEND = "native" |
| 12 | INC_PR = "r0" |
| 13 | |
| 14 | SRCNAME = "e_dbus" |
| 15 | |
| 16 | # it needs to be disabled, because creates circular dependency on elementary |
| 17 | EXTRA_OECONF += "--disable-edbus-performance-test" |
| 18 | |
| 19 | PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez" |
| 20 | FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send" |
| 21 | FILES_${PN}-edbus = "${libdir}/libedbus.so.*" |
| 22 | FILES_${PN}-enm = "${libdir}/libenm.so.*" |
| 23 | FILES_${PN}-ehal = "${libdir}/libehal.so.*" |
| 24 | FILES_${PN}-econnman = "${libdir}/libeconnman.so.* ${libdir}/libeconnman0_7x.so.*" |
| 25 | FILES_${PN}-eofono = "${libdir}/libeofono.so.*" |
| 26 | FILES_${PN}-eukit = "${libdir}/libeukit.so.*" |
| 27 | FILES_${PN}-ebluez = "${libdir}/libebluez.so.*" |
| 28 | FILES_${PN} += "${datadir}/e_dbus/logo.png" |
| 29 | |