aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-28 10:51:03 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-28 14:52:58 +0200
commit5fa427d06922297496fcf5ebd6c0a6a5c2adac46 (patch)
tree2500171222f1c1e3e24b7461ebb55f4ebf36a967 /recipes
parentdab2169ee87382f18e9a59fbb4ffd165b820be2a (diff)
downloadopenembedded-5fa427d06922297496fcf5ebd6c0a6a5c2adac46.tar.gz
edbus: fix upgradable path
* FILES_edbus is empty now all libs packaged in lib*.ipk Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/efl1/edbus_svn.bb10
1 files changed, 9 insertions, 1 deletions
diff --git a/recipes/efl1/edbus_svn.bb b/recipes/efl1/edbus_svn.bb
index 960c310923..088ea150ad 100644
--- a/recipes/efl1/edbus_svn.bb
+++ b/recipes/efl1/edbus_svn.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "DBus and HAL convenience wrappers for EFL"
DEPENDS = "dbus ecore"
LICENSE = "MIT BSD"
PV = "0.5.0.060+svnr${SRCPV}"
-PR = "r2"
+PR = "r3"
SRCREV = "${EFL_SRCREV}"
inherit efl
@@ -24,3 +24,11 @@ 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"
+