From: Martin Jansa Date: Thu, 28 Oct 2010 08:51:03 +0000 (+0200) Subject: edbus: fix upgradable path X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fa427d06922297496fcf5ebd6c0a6a5c2adac46;p=openembedded.git edbus: fix upgradable path * FILES_edbus is empty now all libs packaged in lib*.ipk Signed-off-by: Martin Jansa --- 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" +