[oe-commits] Martin Jansa : elementary: try to fix upgrade path from older -themes and -configs subpackage

git version control git at git.openembedded.org
Mon Jun 14 10:56:50 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6339640198a166339172d5f5ef2ff2ec8b56a225
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6339640198a166339172d5f5ef2ff2ec8b56a225

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jun 14 12:49:05 2010 +0200

elementary: try to fix upgrade path from older -themes and -configs subpackage

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

---

 recipes/efl1/elementary_svn.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/efl1/elementary_svn.bb b/recipes/efl1/elementary_svn.bb
index 2ce61df..6b9867c 100644
--- a/recipes/efl1/elementary_svn.bb
+++ b/recipes/efl1/elementary_svn.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "EFL based widget set for mobile devices"
 LICENSE = "LGPL"
 DEPENDS = "eet-native efreet evas ecore edje eet edbus"
 PV = "0.0.0+svnr${SRCPV}"
-PR = "r9"
+PR = "r10"
 SRCREV = "${EFL_SRCREV}"
 
 inherit efl
@@ -50,5 +50,5 @@ FILES_${PN}-tests = "\
   ${libdir}/elementary/modules/test_entry/* \
 "
 
-RREPLACES_${PN}-themes = "libelementary-ver-pre-svn-05-themes"
-RREPLACES_${PN}-configs = "libelementary-ver-pre-svn-05-configs"
+RREPLACES_${PN}-themes = "libelementary-ver-pre-svn-05-themes libelementary-ver-svn-06-themes"
+RREPLACES_${PN}-configs = "libelementary-ver-pre-svn-05-configs libelementary-ver-svn-06-configs"





More information about the Openembedded-commits mailing list