[oe-commits] Martin Jansa : edbus: fix upgradable path

git version control git at git.openembedded.org
Thu Oct 28 13:45:14 UTC 2010


Module: openembedded.git
Branch: master
Commit: 5fa427d06922297496fcf5ebd6c0a6a5c2adac46
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5fa427d06922297496fcf5ebd6c0a6a5c2adac46

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Oct 28 10:51:03 2010 +0200

edbus: fix upgradable path

* FILES_edbus is empty now all libs packaged in lib*.ipk

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/efl1/edbus_svn.bb |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/recipes/efl1/edbus_svn.bb b/recipes/efl1/edbus_svn.bb
index 960c310..088ea15 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"
+





More information about the Openembedded-commits mailing list