summaryrefslogtreecommitdiffstats
path: root/recipes/eel
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-04-02 19:39:54 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-04-02 19:39:54 +0000
commit9c67c93114222bc6a33e653c21a1fa71a5d65e5e (patch)
tree3dffa07bd0d9bd22c74a65f89bf62b1df5a1ed88 /recipes/eel
parentb711f9d53e5647a993ee3e258bd2e1f37b0875e3 (diff)
downloadopenembedded-9c67c93114222bc6a33e653c21a1fa71a5d65e5e.tar.gz
virtual/gail: Introduction of new virtual:
* provided by gtk+ >= 2.13.0 or gail * gtk+ >= 2.13.0 now stages libgailutil * use appropriate PROVIDES and DEPENDS for gail * bump PR to fix packages dependencies
Diffstat (limited to 'recipes/eel')
-rw-r--r--recipes/eel/eel_2.12.2.bb3
-rw-r--r--recipes/eel/eel_2.22.2.bb3
-rw-r--r--recipes/eel/eel_2.24.1.bb3
-rw-r--r--recipes/eel/eel_2.6.1.bb3
4 files changed, 8 insertions, 4 deletions
diff --git a/recipes/eel/eel_2.12.2.bb b/recipes/eel/eel_2.12.2.bb
index 92bfc88f46..88682b5b35 100644
--- a/recipes/eel/eel_2.12.2.bb
+++ b/recipes/eel/eel_2.12.2.bb
@@ -3,11 +3,12 @@
# Released under the MIT license (see packages/COPYING)
inherit gnome
+PR = "r2"
LICENSE="GPL"
SRC_URI += "file://configure.patch;patch=1"
-DEPENDS = "gnome-vfs gnome-desktop gnome-menus libgnomeui gail"
+DEPENDS = "gnome-vfs gnome-desktop gnome-menus libgnomeui virtual/gail"
EXTRA_OECONF = "--disable-gtk-doc"
diff --git a/recipes/eel/eel_2.22.2.bb b/recipes/eel/eel_2.22.2.bb
index 04353795c3..0c7a6de42c 100644
--- a/recipes/eel/eel_2.22.2.bb
+++ b/recipes/eel/eel_2.22.2.bb
@@ -3,12 +3,13 @@
# Released under the MIT license (see packages/COPYING)
inherit gnome
+PR = "r2"
LICENSE="GPL"
SRC_URI += "file://eel-no-strftime.patch;patch=1"
-DEPENDS = "gnome-vfs gnome-desktop gnome-menus libgnomeui gail"
+DEPENDS = "gnome-vfs gnome-desktop gnome-menus libgnomeui virtual/gail"
EXTRA_OECONF = "--disable-gtk-doc"
do_stage() {
diff --git a/recipes/eel/eel_2.24.1.bb b/recipes/eel/eel_2.24.1.bb
index 04353795c3..0c7a6de42c 100644
--- a/recipes/eel/eel_2.24.1.bb
+++ b/recipes/eel/eel_2.24.1.bb
@@ -3,12 +3,13 @@
# Released under the MIT license (see packages/COPYING)
inherit gnome
+PR = "r2"
LICENSE="GPL"
SRC_URI += "file://eel-no-strftime.patch;patch=1"
-DEPENDS = "gnome-vfs gnome-desktop gnome-menus libgnomeui gail"
+DEPENDS = "gnome-vfs gnome-desktop gnome-menus libgnomeui virtual/gail"
EXTRA_OECONF = "--disable-gtk-doc"
do_stage() {
diff --git a/recipes/eel/eel_2.6.1.bb b/recipes/eel/eel_2.6.1.bb
index f123a4aa93..d93aab1e61 100644
--- a/recipes/eel/eel_2.6.1.bb
+++ b/recipes/eel/eel_2.6.1.bb
@@ -3,11 +3,12 @@
# Released under the MIT license (see packages/COPYING)
inherit gnome
+PR = "r2"
LICENSE="GPL"
SRC_URI += "file://configure.patch;patch=1"
-DEPENDS="libgnomeui gail"
+DEPENDS="libgnomeui virtual/gail"
EXTRA_OECONF = "--disable-gtk-doc"
edir="${STAGING_INCDIR}/eel-2/eel"