aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/edbus_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/efl1/edbus_svn.bb')
-rw-r--r--recipes/efl1/edbus_svn.bb40
1 files changed, 8 insertions, 32 deletions
diff --git a/recipes/efl1/edbus_svn.bb b/recipes/efl1/edbus_svn.bb
index 8d10370596..646c379aab 100644
--- a/recipes/efl1/edbus_svn.bb
+++ b/recipes/efl1/edbus_svn.bb
@@ -1,35 +1,11 @@
-DESCRIPTION = "DBus and HAL convenience wrappers for EFL"
-DEPENDS = "dbus ecore"
-LICENSE = "MIT BSD"
-PV = "0.5.0.060+svnr${SRCPV}"
-PR = "r3"
-SRCREV = "${EFL_SRCREV}"
+require edbus.inc
-inherit efl
+SRCREV = "${EFL_SRCREV}"
+PV = "1.0.999+svnr${SRCPV}"
+PR = "${INC_PR}.0"
+DEFAULT_PREFERENCE = "-1"
-SRCNAME = "e_dbus"
-SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
+SRC_URI = "\
+ ${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep \
+"
S = "${WORKDIR}/${SRCNAME}"
-
-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"
-