[oe-commits] Stanislav Brabec : epiphany: iso-codes is a runtime dependency.

git version control git at git.openembedded.org
Thu Jul 2 19:13:42 UTC 2009


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

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Thu Jul  2 19:12:51 2009 +0000

epiphany: iso-codes is a runtime dependency.

---

 recipes/gnome/epiphany_2.21.92.bb |    4 ++--
 recipes/gnome/epiphany_2.22.1.bb  |    4 ++--
 recipes/gnome/epiphany_2.24.0.bb  |    3 ++-
 recipes/gnome/epiphany_2.24.2.bb  |    4 ++--
 recipes/gnome/epiphany_2.27.1.bb  |    3 ++-
 recipes/gnome/epiphany_svn.bb     |    4 ++--
 6 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/recipes/gnome/epiphany_2.21.92.bb b/recipes/gnome/epiphany_2.21.92.bb
index c13d8ea..2cdc4ba 100644
--- a/recipes/gnome/epiphany_2.21.92.bb
+++ b/recipes/gnome/epiphany_2.21.92.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "GNOME default webbrowser"
 DEPENDS = "gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification"
-RDEPENDS = "gnome-vfs-plugin-http"
-PR ="r1"
+RDEPENDS = "gnome-vfs-plugin-http iso-codes"
+PR ="r2"
 
 inherit gnome
 
diff --git a/recipes/gnome/epiphany_2.22.1.bb b/recipes/gnome/epiphany_2.22.1.bb
index 0324cb7..531544d 100644
--- a/recipes/gnome/epiphany_2.22.1.bb
+++ b/recipes/gnome/epiphany_2.22.1.bb
@@ -1,8 +1,8 @@
 DESCRIPTION = "GNOME default webbrowser"
 DEPENDS = "libsoup-2.4 gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification"
-RDEPENDS = "gnome-vfs-plugin-http"
+RDEPENDS = "gnome-vfs-plugin-http iso-codes"
 
-PR = "r1"
+PR = "r2"
 
 inherit gnome
 
diff --git a/recipes/gnome/epiphany_2.24.0.bb b/recipes/gnome/epiphany_2.24.0.bb
index d2d4547..9ae253d 100644
--- a/recipes/gnome/epiphany_2.24.0.bb
+++ b/recipes/gnome/epiphany_2.24.0.bb
@@ -1,6 +1,7 @@
 DESCRIPTION = "GNOME default webbrowser"
 DEPENDS = "libsoup-2.4 gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification"
-RDEPENDS = "gnome-vfs-plugin-http"
+RDEPENDS = "gnome-vfs-plugin-http iso-codes"
+PR = "r1"
 
 inherit gnome
 
diff --git a/recipes/gnome/epiphany_2.24.2.bb b/recipes/gnome/epiphany_2.24.2.bb
index a5ad6be..54bd3e3 100644
--- a/recipes/gnome/epiphany_2.24.2.bb
+++ b/recipes/gnome/epiphany_2.24.2.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "GNOME default webbrowser"
 DEPENDS = "libsoup-2.4 gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification"
-RDEPENDS = "gnome-vfs-plugin-http"
+RDEPENDS = "gnome-vfs-plugin-http iso-codes"
 
 inherit gnome
 
-PR = "r1"
+PR = "r2"
 
 EXTRA_OECONF = "--with-engine=webkit --with-distributor-name=${DISTRO}"
 
diff --git a/recipes/gnome/epiphany_2.27.1.bb b/recipes/gnome/epiphany_2.27.1.bb
index 0c3327d..200a7bc 100644
--- a/recipes/gnome/epiphany_2.27.1.bb
+++ b/recipes/gnome/epiphany_2.27.1.bb
@@ -1,6 +1,7 @@
 DESCRIPTION = "GNOME default webbrowser"
 DEPENDS = "libsoup-2.4 gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification"
-RDEPENDS = "gnome-vfs-plugin-http"
+RDEPENDS = "gnome-vfs-plugin-http iso-codes"
+PR = "r1"
 
 inherit gnome
 
diff --git a/recipes/gnome/epiphany_svn.bb b/recipes/gnome/epiphany_svn.bb
index 97fd82b..0c9f974 100644
--- a/recipes/gnome/epiphany_svn.bb
+++ b/recipes/gnome/epiphany_svn.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "GNOME default webbrowser"
 DEPENDS = "gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification"
-RDEPENDS = "gnome-vfs-plugin-http"
+RDEPENDS = "gnome-vfs-plugin-http iso-codes"
 
 PV = "2.20.1+svnr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 inherit gnome
 





More information about the Openembedded-commits mailing list