aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/edbus.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-01-29 15:49:45 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-01-29 18:56:49 +0100
commit773dea684202a9cc6d95382f0dba53bc843f5887 (patch)
tree4a17bc4b095fd31ab94a99bf3e0bf5ed3ae51344 /recipes/efl1/edbus.inc
parent8e7b68aa3b84190c731c7d5e7a9396103ed10603 (diff)
downloadopenembedded-773dea684202a9cc6d95382f0dba53bc843f5887.tar.gz
edbus: introduce 1.0.0
* edbus_svn is now D_P -1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/efl1/edbus.inc')
-rw-r--r--recipes/efl1/edbus.inc33
1 files changed, 33 insertions, 0 deletions
diff --git a/recipes/efl1/edbus.inc b/recipes/efl1/edbus.inc
new file mode 100644
index 0000000000..641f04acdb
--- /dev/null
+++ b/recipes/efl1/edbus.inc
@@ -0,0 +1,33 @@
+DESCRIPTION = "DBus and HAL convenience wrappers for EFL"
+DEPENDS = "dbus ecore"
+LICENSE = "MIT BSD"
+
+inherit efl
+
+BBCLASSEXTEND = "native"
+INC_PR = "r0"
+
+SRCNAME = "e_dbus"
+
+EXTRA_OECONF = "--enable-build-test-gui"
+
+PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez ${PN}-test-gui"
+FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send"
+FILES_${PN}-edbus = "${libdir}/libedbus.so.*"
+FILES_${PN}-enm = "${libdir}/libenm.so.*"
+FILES_${PN}-ehal = "${libdir}/libehal.so.*"
+FILES_${PN}-econnman = "${libdir}/libeconnman.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"
+
+RREPLACES_${PN}-enotify = "libenotify1"
+RREPLACES_${PN}-edbus = "edbus"
+RREPLACES_${PN}-enm = "edbus"
+RREPLACES_${PN}-ehal = "edbus"
+RREPLACES_${PN}-econnman = "edbus"
+RREPLACES_${PN}-eofono = "edbus"
+RREPLACES_${PN}-eukit = "edbus"
+RREPLACES_${PN}-ebluez = "edbus"
+