* [meta-oe][meta-efl][PATCH 0/7] PR bumps and DEPENDS fixes after tiff upgrade
@ 2012-03-08 18:29 Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 1/7] e-base: bump EFL_SRCREV Martin Jansa
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Martin Jansa @ 2012-03-08 18:29 UTC (permalink / raw)
To: openembedded-devel
The following changes since commit 5b3974ed483418b206678acca7414b81bcf749a7:
udev: consolekit package requires x11 (2012-03-07 15:17:13 +0100)
are available in the git repository at:
git://git.openembedded.org/meta-openembedded-contrib jansa/pull
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/pull
Martin Jansa (7):
e-base: bump EFL_SRCREV
poppler: add tiff to DEPENDS to make builds more deterministic
elementary: add poppler to DEPENDS
epdf: another PR bump for libtiff3->libtiff5
python-elementary: another PR bump for libtiff3->libtiff5
lcms: add tiff to DEPENDS
eve: another PR bump for libtiff3->libtiff5
meta-efl/classes/e-base.bbclass | 2 +-
.../python/python-elementary_svn.bb | 2 +-
...ume-Remove-the-popup.-It-s-not-needed-now.patch | 135 --------------------
meta-efl/recipes-efl/e17/e-wm_svn.bb | 1 -
meta-efl/recipes-efl/e17/eve_svn.bb | 2 +-
meta-efl/recipes-efl/efl/elementary_svn.bb | 4 +-
meta-efl/recipes-efl/efl/epdf_svn.bb | 2 +-
meta-oe/recipes-support/lcms/lcms_1.17.bb | 3 +-
meta-oe/recipes-support/poppler/poppler.inc | 2 +-
meta-oe/recipes-support/poppler/poppler_0.18.0.bb | 2 +-
10 files changed, 10 insertions(+), 145 deletions(-)
delete mode 100644 meta-efl/recipes-efl/e17/e-wm/0001-Revert-Illume-Remove-the-popup.-It-s-not-needed-now.patch
--
1.7.8.5
^ permalink raw reply [flat|nested] 8+ messages in thread
* [meta-oe][meta-efl][PATCH 1/7] e-base: bump EFL_SRCREV
2012-03-08 18:29 [meta-oe][meta-efl][PATCH 0/7] PR bumps and DEPENDS fixes after tiff upgrade Martin Jansa
@ 2012-03-08 18:30 ` Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 2/7] poppler: add tiff to DEPENDS to make builds more deterministic Martin Jansa
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2012-03-08 18:30 UTC (permalink / raw)
To: openembedded-devel
* remove e-wm patch from 974d2fe857c82826606959ea909bc6e75567e4e4, it's
not needed now.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-efl/classes/e-base.bbclass | 2 +-
| 135 --------------------
meta-efl/recipes-efl/e17/e-wm_svn.bb | 1 -
3 files changed, 1 insertions(+), 137 deletions(-)
delete mode 100644 meta-efl/recipes-efl/e17/e-wm/0001-Revert-Illume-Remove-the-popup.-It-s-not-needed-now.patch
diff --git a/meta-efl/classes/e-base.bbclass b/meta-efl/classes/e-base.bbclass
index e53d5c0..b337530 100644
--- a/meta-efl/classes/e-base.bbclass
+++ b/meta-efl/classes/e-base.bbclass
@@ -1,6 +1,6 @@
HOMEPAGE = "http://www.enlightenment.org"
SRCNAME ?= "${BPN}"
-EFL_SRCREV ?= "67883"
+EFL_SRCREV ?= "68387"
ARM_INSTRUCTION_SET = "arm"
diff --git a/meta-efl/recipes-efl/e17/e-wm/0001-Revert-Illume-Remove-the-popup.-It-s-not-needed-now.patch b/meta-efl/recipes-efl/e17/e-wm/0001-Revert-Illume-Remove-the-popup.-It-s-not-needed-now.patch
deleted file mode 100644
index c4a18d0..0000000
--- a/meta-efl/recipes-efl/e17/e-wm/0001-Revert-Illume-Remove-the-popup.-It-s-not-needed-now.patch
+++ /dev/null
@@ -1,135 +0,0 @@
-From c7f54838d09cc94dd23ed060889bae780758c391 Mon Sep 17 00:00:00 2001
-From: Martin Jansa <Martin.Jansa@gmail.com>
-Date: Sun, 19 Feb 2012 23:09:07 +0100
-Subject: [PATCH] Revert "Illume: Remove the popup. It's not needed now."
-
-This reverts commit cba0bc9833689900930272fa5c4a2cd2529d3028.
----
- src/modules/illume-indicator/e_mod_ind_win.c | 23 ++++++++++++++++++++---
- src/modules/illume-indicator/e_mod_ind_win.h | 1 +
- 2 files changed, 21 insertions(+), 3 deletions(-)
-
-diff --git a/src/modules/illume-indicator/e_mod_ind_win.c b/src/modules/illume-indicator/e_mod_ind_win.c
-index d3657d6..4a593fd 100644
---- a/src/modules/illume-indicator/e_mod_ind_win.c
-+++ b/src/modules/illume-indicator/e_mod_ind_win.c
-@@ -57,6 +57,11 @@ e_mod_ind_win_new(E_Zone *zone)
- /* set this window to not accept or take focus */
- ecore_x_icccm_hints_set(iwin->win->evas_win, 0, 0, 0, 0, 0, 0, 0);
-
-+ /* create the popup */
-+ iwin->popup = e_popup_new(zone, 0, 0, zone->w, h);
-+ e_popup_name_set(iwin->popup, "indicator");
-+ e_popup_layer_set(iwin->popup, 200);
-+
- /* create our event rectangle */
- iwin->o_event = evas_object_rectangle_add(iwin->win->evas);
- evas_object_color_set(iwin->o_event, 0, 0, 0, 0);
-@@ -85,6 +90,8 @@ e_mod_ind_win_new(E_Zone *zone)
- evas_object_move(iwin->o_base, 0, 0);
- evas_object_show(iwin->o_base);
-
-+ e_popup_edje_bg_object_set(iwin->popup, iwin->o_base);
-+
- /* create our gadget container */
- iwin->gadcon = e_gadcon_swallowed_new("illume-indicator", zone->id,
- iwin->o_base, "e.swallow.content");
-@@ -133,12 +140,15 @@ e_mod_ind_win_new(E_Zone *zone)
-
- /* set minimum size of this window & popup */
- e_win_size_min_set(iwin->win, zone->w, h);
-+ ecore_evas_size_min_set(iwin->popup->ecore_evas, zone->w, h);
-
- /* position and resize this window */
- e_win_move_resize(iwin->win, zone->x, zone->y, zone->w, h);
-+ e_popup_move_resize(iwin->popup, zone->x, zone->y, zone->w, h);
-
- /* show the window */
- e_win_show(iwin->win);
-+ e_popup_show(iwin->popup);
-
- /* set this window on proper zone */
- e_border_zone_set(iwin->win->border, zone);
-@@ -188,6 +198,9 @@ _e_mod_ind_win_cb_free(Ind_Win *iwin)
- /* tell conformant apps our position and size */
- ecore_x_e_illume_indicator_geometry_set(iwin->zone->black_win, 0, 0, 0, 0);
-
-+ if (iwin->popup) e_object_del(E_OBJECT(iwin->popup));
-+ iwin->popup = NULL;
-+
- /* delete the window */
- if (iwin->win) e_object_del(E_OBJECT(iwin->win));
- iwin->win = NULL;
-@@ -214,6 +227,7 @@ _e_mod_ind_win_cb_win_prop(void *data, int type __UNUSED__, void *event)
-
- /* set minimum size of this window */
- e_win_size_min_set(iwin->win, iwin->zone->w, h);
-+ ecore_evas_size_min_set(iwin->popup->ecore_evas, iwin->zone->w, h);
-
- /* NB: Not sure why, but we need to tell this border to fetch icccm
- * size position hints now :( (NOTE: This was not needed a few days ago)
-@@ -222,6 +236,7 @@ _e_mod_ind_win_cb_win_prop(void *data, int type __UNUSED__, void *event)
-
- /* resize this window */
- e_win_resize(iwin->win, iwin->zone->w, h);
-+ e_popup_resize(iwin->popup, iwin->zone->w, h);
-
- /* tell conformant apps our position and size */
- ecore_x_e_illume_indicator_geometry_set(iwin->zone->black_win,
-@@ -246,6 +261,7 @@ _e_mod_ind_win_cb_zone_resize(void *data, int type __UNUSED__, void *event)
-
- /* set minimum size of this window to match zone size */
- e_win_size_min_set(iwin->win, ev->zone->w, h);
-+ ecore_evas_size_min_set(iwin->popup->ecore_evas, ev->zone->w, h);
-
- return ECORE_CALLBACK_PASS_ON;
- }
-@@ -256,6 +272,7 @@ _e_mod_ind_win_cb_resize(E_Win *win)
- Ind_Win *iwin;
-
- if (!(iwin = win->data)) return;
-+ if (iwin->popup) e_popup_resize(iwin->popup, win->w, win->h);
- if (iwin->o_event) evas_object_resize(iwin->o_event, win->w, win->h);
- if (iwin->o_base) evas_object_resize(iwin->o_base, win->w, win->h);
- if (iwin->gadcon->o_container)
-@@ -427,7 +444,7 @@ _e_mod_ind_win_cb_mouse_move(void *data, Evas *evas __UNUSED__, Evas_Object *obj
- bd->y = ny;
- bd->changes.pos = 1;
- bd->changed = 1;
-- e_win_move(iwin->win, iwin->win->x, ny);
-+ e_popup_move(iwin->popup, iwin->popup->x, ny);
- }
- }
- }
-@@ -553,7 +570,7 @@ _e_mod_ind_win_cb_border_hide(void *data, int type __UNUSED__, void *event)
- if (!(iwin = data)) return ECORE_CALLBACK_PASS_ON;
- ev = event;
- if (ev->border != iwin->win->border) return ECORE_CALLBACK_PASS_ON;
-- e_win_hide(iwin->win);
-+ e_popup_hide(iwin->popup);
- return ECORE_CALLBACK_PASS_ON;
- }
-
-@@ -566,6 +583,6 @@ _e_mod_ind_win_cb_border_show(void *data, int type __UNUSED__, void *event)
- if (!(iwin = data)) return ECORE_CALLBACK_PASS_ON;
- ev = event;
- if (ev->border != iwin->win->border) return ECORE_CALLBACK_PASS_ON;
-- e_win_show(iwin->win);
-+ e_popup_show(iwin->popup);
- return ECORE_CALLBACK_PASS_ON;
- }
-diff --git a/src/modules/illume-indicator/e_mod_ind_win.h b/src/modules/illume-indicator/e_mod_ind_win.h
-index aa2dd1c..d41a861 100644
---- a/src/modules/illume-indicator/e_mod_ind_win.h
-+++ b/src/modules/illume-indicator/e_mod_ind_win.h
-@@ -14,6 +14,7 @@ struct _Ind_Win
- Eina_List *hdls;
-
- E_Win *win;
-+ E_Popup *popup;
- Evas_Object *o_base, *o_event;
- E_Gadcon *gadcon;
- E_Menu *menu;
---
-1.7.8.4
-
diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-efl/recipes-efl/e17/e-wm_svn.bb
index 25aa865..ec921af 100644
--- a/meta-efl/recipes-efl/e17/e-wm_svn.bb
+++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb
@@ -12,7 +12,6 @@ S = "${WORKDIR}/${SRCNAME}"
SRC_URI = "\
${E_SVN}/trunk;module=${SRCNAME};proto=http \
- file://0001-Revert-Illume-Remove-the-popup.-It-s-not-needed-now.patch \
file://enlightenment_start.oe \
file://applications.menu \
"
--
1.7.8.5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [meta-oe][meta-efl][PATCH 2/7] poppler: add tiff to DEPENDS to make builds more deterministic
2012-03-08 18:29 [meta-oe][meta-efl][PATCH 0/7] PR bumps and DEPENDS fixes after tiff upgrade Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 1/7] e-base: bump EFL_SRCREV Martin Jansa
@ 2012-03-08 18:30 ` Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 3/7] elementary: add poppler to DEPENDS Martin Jansa
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2012-03-08 18:30 UTC (permalink / raw)
To: openembedded-devel
* it's autodetected
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-oe/recipes-support/poppler/poppler.inc | 2 +-
meta-oe/recipes-support/poppler/poppler_0.18.0.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-oe/recipes-support/poppler/poppler.inc b/meta-oe/recipes-support/poppler/poppler.inc
index 85c3983..a624c1b 100644
--- a/meta-oe/recipes-support/poppler/poppler.inc
+++ b/meta-oe/recipes-support/poppler/poppler.inc
@@ -1,5 +1,5 @@
DESCRIPTION = "Poppler is a PDF rendering library based on the xpdf-3.0 code base."
-DEPENDS = "fontconfig jpeg zlib gtk+ cairo"
+DEPENDS = "fontconfig jpeg zlib gtk+ cairo tiff"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
diff --git a/meta-oe/recipes-support/poppler/poppler_0.18.0.bb b/meta-oe/recipes-support/poppler/poppler_0.18.0.bb
index 69d2926..6f1a022 100644
--- a/meta-oe/recipes-support/poppler/poppler_0.18.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_0.18.0.bb
@@ -1,6 +1,6 @@
require poppler.inc
-PR = "r2"
+PR = "r3"
DEPENDS += "lcms"
--
1.7.8.5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [meta-oe][meta-efl][PATCH 3/7] elementary: add poppler to DEPENDS
2012-03-08 18:29 [meta-oe][meta-efl][PATCH 0/7] PR bumps and DEPENDS fixes after tiff upgrade Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 1/7] e-base: bump EFL_SRCREV Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 2/7] poppler: add tiff to DEPENDS to make builds more deterministic Martin Jansa
@ 2012-03-08 18:30 ` Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 4/7] epdf: another PR bump for libtiff3->libtiff5 Martin Jansa
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2012-03-08 18:30 UTC (permalink / raw)
To: openembedded-devel
* poppler is autodetected and then transitive deps are not working as expected (it will remove tiff from sysroot to
replace it with newer version while building something else against elementary)
| /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/4.6.3/ld: warning: libtiff.so.3, needed by /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libelementary.so, not found (try using -rpath or -rpath-link)
| /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: undefined reference to `TIFFSetField'
| /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: undefined reference to `TIFFClose'
| /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: undefined reference to `TIFFDefaultStripSize'
| /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: undefined reference to `TIFFFdOpen'
| /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: undefined reference to `TIFFWriteScanline'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-efl/recipes-efl/efl/elementary_svn.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-efl/recipes-efl/efl/elementary_svn.bb b/meta-efl/recipes-efl/efl/elementary_svn.bb
index a0673ae..32f706f 100644
--- a/meta-efl/recipes-efl/efl/elementary_svn.bb
+++ b/meta-efl/recipes-efl/efl/elementary_svn.bb
@@ -1,9 +1,9 @@
DESCRIPTION = "EFL based widget set for mobile devices"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=10a051c72424b80bc784a3903651b43b"
-DEPENDS = "eet-native efreet evas ecore edje eet edbus ethumb"
+DEPENDS = "eet-native efreet evas ecore edje eet edbus ethumb poppler"
PV = "0.8.0+svnr${SRCPV}"
-PR = "r1"
+PR = "r2"
SRCREV = "${EFL_SRCREV}"
inherit efl gettext
--
1.7.8.5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [meta-oe][meta-efl][PATCH 4/7] epdf: another PR bump for libtiff3->libtiff5
2012-03-08 18:29 [meta-oe][meta-efl][PATCH 0/7] PR bumps and DEPENDS fixes after tiff upgrade Martin Jansa
` (2 preceding siblings ...)
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 3/7] elementary: add poppler to DEPENDS Martin Jansa
@ 2012-03-08 18:30 ` Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 5/7] python-elementary: " Martin Jansa
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2012-03-08 18:30 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-efl/recipes-efl/efl/epdf_svn.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-efl/recipes-efl/efl/epdf_svn.bb b/meta-efl/recipes-efl/efl/epdf_svn.bb
index 7e6e5ca..73c3e30 100644
--- a/meta-efl/recipes-efl/efl/epdf_svn.bb
+++ b/meta-efl/recipes-efl/efl/epdf_svn.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Epdf is the glue between EFL and libpoppler"
DEPENDS = "poppler evas ecore"
PV = "0.1.0+svnr${SRCPV}"
-PR = "r7"
+PR = "r8"
SRCREV = "${EFL_SRCREV}"
inherit efl
--
1.7.8.5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [meta-oe][meta-efl][PATCH 5/7] python-elementary: another PR bump for libtiff3->libtiff5
2012-03-08 18:29 [meta-oe][meta-efl][PATCH 0/7] PR bumps and DEPENDS fixes after tiff upgrade Martin Jansa
` (3 preceding siblings ...)
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 4/7] epdf: another PR bump for libtiff3->libtiff5 Martin Jansa
@ 2012-03-08 18:30 ` Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 6/7] lcms: add tiff to DEPENDS Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 7/7] eve: another PR bump for libtiff3->libtiff5 Martin Jansa
6 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2012-03-08 18:30 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
.../python/python-elementary_svn.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-efl/recipes-devtools/python/python-elementary_svn.bb b/meta-efl/recipes-devtools/python/python-elementary_svn.bb
index daaf119..dfe194b 100644
--- a/meta-efl/recipes-devtools/python/python-elementary_svn.bb
+++ b/meta-efl/recipes-devtools/python/python-elementary_svn.bb
@@ -1,7 +1,7 @@
require python-efl.inc
LICENSE = "LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
-PR = "${INC_PR}.4"
+PR = "${INC_PR}.5"
SRCREV = "${EFL_SRCREV}"
DEPENDS += "elementary python-evas"
RDEPENDS_${PN} += "python-evas python-ecore python-edje"
--
1.7.8.5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [meta-oe][meta-efl][PATCH 6/7] lcms: add tiff to DEPENDS
2012-03-08 18:29 [meta-oe][meta-efl][PATCH 0/7] PR bumps and DEPENDS fixes after tiff upgrade Martin Jansa
` (4 preceding siblings ...)
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 5/7] python-elementary: " Martin Jansa
@ 2012-03-08 18:30 ` Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 7/7] eve: another PR bump for libtiff3->libtiff5 Martin Jansa
6 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2012-03-08 18:30 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-oe/recipes-support/lcms/lcms_1.17.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta-oe/recipes-support/lcms/lcms_1.17.bb b/meta-oe/recipes-support/lcms/lcms_1.17.bb
index efa6402..156bc31 100644
--- a/meta-oe/recipes-support/lcms/lcms_1.17.bb
+++ b/meta-oe/recipes-support/lcms/lcms_1.17.bb
@@ -3,8 +3,9 @@ SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=156745cad721a8783cb847e82b79f586"
SRC_URI = "${SOURCEFORGE_MIRROR}/lcms/lcms-${PV}.tar.gz"
+DEPENDS = "tiff"
-PR = "r3"
+PR = "r4"
BBCLASSEXTEND = "native"
--
1.7.8.5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [meta-oe][meta-efl][PATCH 7/7] eve: another PR bump for libtiff3->libtiff5
2012-03-08 18:29 [meta-oe][meta-efl][PATCH 0/7] PR bumps and DEPENDS fixes after tiff upgrade Martin Jansa
` (5 preceding siblings ...)
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 6/7] lcms: add tiff to DEPENDS Martin Jansa
@ 2012-03-08 18:30 ` Martin Jansa
6 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2012-03-08 18:30 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-efl/recipes-efl/e17/eve_svn.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-efl/recipes-efl/e17/eve_svn.bb b/meta-efl/recipes-efl/e17/eve_svn.bb
index 7836c8b..1111553 100644
--- a/meta-efl/recipes-efl/e17/eve_svn.bb
+++ b/meta-efl/recipes-efl/e17/eve_svn.bb
@@ -3,7 +3,7 @@ LICENSE = "LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
DEPENDS = "evas ecore edje elementary webkit-efl"
PV = "0.3.0.0+svnr${SRCPV}"
-PR = "r2"
+PR = "r3"
SRCREV = "${EFL_SRCREV}"
inherit e gettext
--
1.7.8.5
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-03-08 18:39 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08 18:29 [meta-oe][meta-efl][PATCH 0/7] PR bumps and DEPENDS fixes after tiff upgrade Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 1/7] e-base: bump EFL_SRCREV Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 2/7] poppler: add tiff to DEPENDS to make builds more deterministic Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 3/7] elementary: add poppler to DEPENDS Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 4/7] epdf: another PR bump for libtiff3->libtiff5 Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 5/7] python-elementary: " Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 6/7] lcms: add tiff to DEPENDS Martin Jansa
2012-03-08 18:30 ` [meta-oe][meta-efl][PATCH 7/7] eve: another PR bump for libtiff3->libtiff5 Martin Jansa
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.