summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/edbus.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-04-24 09:00:24 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2012-04-26 13:49:15 +0200
commit750e6392954d6fab7a3650bbeaa3ae48ff00e617 (patch)
tree98852618edb7afdb58acdbd795d7d9363c74831c /meta-efl/recipes-efl/efl/edbus.inc
parent0b8274e661c9dbdf3ad691af800e68aa8ba28f0e (diff)
downloadmeta-openembedded-750e6392954d6fab7a3650bbeaa3ae48ff00e617.tar.gz
meta-efl: add recipes for new released versions
* drop/reset PR where possible as PV is increased * remove RREPLACES for versions before meta-efl was created Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/edbus.inc')
-rw-r--r--meta-efl/recipes-efl/efl/edbus.inc14
1 files changed, 2 insertions, 12 deletions
diff --git a/meta-efl/recipes-efl/efl/edbus.inc b/meta-efl/recipes-efl/efl/edbus.inc
index 0ffbac4204..ad20c8c783 100644
--- a/meta-efl/recipes-efl/efl/edbus.inc
+++ b/meta-efl/recipes-efl/efl/edbus.inc
@@ -9,11 +9,11 @@ inherit efl
9ALLOW_EMPTY = "1" 9ALLOW_EMPTY = "1"
10 10
11BBCLASSEXTEND = "native" 11BBCLASSEXTEND = "native"
12INC_PR = "r1" 12INC_PR = "r0"
13 13
14SRCNAME = "e_dbus" 14SRCNAME = "e_dbus"
15 15
16EXTRA_OECONF = "--enable-build-test-gui" 16EXTRA_OECONF += "--enable-build-test-gui"
17 17
18PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez ${PN}-test-gui" 18PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez ${PN}-test-gui"
19FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send" 19FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send"
@@ -25,13 +25,3 @@ FILES_${PN}-eofono = "${libdir}/libeofono.so.*"
25FILES_${PN}-eukit = "${libdir}/libeukit.so.*" 25FILES_${PN}-eukit = "${libdir}/libeukit.so.*"
26FILES_${PN}-ebluez = "${libdir}/libebluez.so.*" 26FILES_${PN}-ebluez = "${libdir}/libebluez.so.*"
27FILES_${PN}-test-gui = "${bindir}/e_dbus_hal" 27FILES_${PN}-test-gui = "${bindir}/e_dbus_hal"
28
29RREPLACES_${PN}-enotify = "libenotify1"
30RREPLACES_${PN}-edbus = "edbus"
31RREPLACES_${PN}-enm = "edbus"
32RREPLACES_${PN}-ehal = "edbus"
33RREPLACES_${PN}-econnman = "edbus"
34RREPLACES_${PN}-eofono = "edbus"
35RREPLACES_${PN}-eukit = "edbus"
36RREPLACES_${PN}-ebluez = "edbus"
37