[oe] [PATCH] e-module: introduce INC_PR and use it in all depending recipes

Simon Busch morphis at gravedo.de
Wed Feb 23 11:51:01 UTC 2011


We set INC_PR initially to r5 as some of the dependencies already defined a PR which max
was r4.

Signed-off-by: Simon Busch <morphis at gravedo.de>
---
 recipes/e17/cpu_svn.bb          |    1 +
 recipes/e17/diskio_svn.bb       |    1 +
 recipes/e17/e-module.inc        |    1 +
 recipes/e17/efm-path_svn.bb     |    1 +
 recipes/e17/efm-pathbar_svn.bb  |    3 ++-
 recipes/e17/flame_svn.bb        |    1 +
 recipes/e17/forecasts_svn.bb    |    1 +
 recipes/e17/news_svn.bb         |    1 +
 recipes/e17/notification_svn.bb |    1 +
 recipes/e17/places_svn.bb       |    3 +--
 recipes/e17/rain_svn.bb         |    1 +
 recipes/e17/screenshot_svn.bb   |    1 +
 recipes/e17/uptime_svn.bb       |    1 +
 13 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/recipes/e17/cpu_svn.bb b/recipes/e17/cpu_svn.bb
index 3dc049d..ccc6e7e 100644
--- a/recipes/e17/cpu_svn.bb
+++ b/recipes/e17/cpu_svn.bb
@@ -1,4 +1,5 @@
 LICENSE = "MIT"
 PV = "0.0.1+svnr${SRCREV}"
+PR = "${INC_PR}.0"
 
 require e-module.inc
diff --git a/recipes/e17/diskio_svn.bb b/recipes/e17/diskio_svn.bb
index 0e854ba..f748a29 100644
--- a/recipes/e17/diskio_svn.bb
+++ b/recipes/e17/diskio_svn.bb
@@ -1,5 +1,6 @@
 LICENSE = "MIT"
 PV = "0.0.1+svnr${SRCPV}"
+PR = "${INC_PR}.0"
 
 require e-module.inc
 
diff --git a/recipes/e17/e-module.inc b/recipes/e17/e-module.inc
index 185c841..3834a2e 100644
--- a/recipes/e17/e-module.inc
+++ b/recipes/e17/e-module.inc
@@ -3,6 +3,7 @@ SECTION = "x11/multimedia"
 DEPENDS = "e-wm"
 
 SRCREV = "${EFL_SRCREV}"
+INC_PR = "r5"
 
 SRCNAME = "E-MODULES-EXTRA/${PN}"
 
diff --git a/recipes/e17/efm-path_svn.bb b/recipes/e17/efm-path_svn.bb
index ecfd838..685513f 100644
--- a/recipes/e17/efm-path_svn.bb
+++ b/recipes/e17/efm-path_svn.bb
@@ -1,5 +1,6 @@
 LICENSE = "MIT"
 PV = "0.0.1+svnr${SRCPV}"
+PR = "${INC_PR}.0"
 
 require e-module.inc
 
diff --git a/recipes/e17/efm-pathbar_svn.bb b/recipes/e17/efm-pathbar_svn.bb
index d7666fd..54c5a0b 100644
--- a/recipes/e17/efm-pathbar_svn.bb
+++ b/recipes/e17/efm-pathbar_svn.bb
@@ -1,5 +1,6 @@
 LICENSE = "MIT"
 PV = "0.0.1+svnr${SRCPV}"
+PR = "${INC_PR}.0"
 
 require e-module.inc
 
@@ -11,4 +12,4 @@ do_configure_prepend() {
 }
 
 FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/"
-FILES_${PN} += "${libdir}/enlightenment/modules/"
\ No newline at end of file
+FILES_${PN} += "${libdir}/enlightenment/modules/"
diff --git a/recipes/e17/flame_svn.bb b/recipes/e17/flame_svn.bb
index c46314c..11769c6 100644
--- a/recipes/e17/flame_svn.bb
+++ b/recipes/e17/flame_svn.bb
@@ -1,5 +1,6 @@
 LICENSE = "MIT"
 PV = "0.0.3+svnr${SRCPV}"
+PR = "${INC_PR}.0"
 
 require e-module.inc
 
diff --git a/recipes/e17/forecasts_svn.bb b/recipes/e17/forecasts_svn.bb
index 676945e..a6316ed 100644
--- a/recipes/e17/forecasts_svn.bb
+++ b/recipes/e17/forecasts_svn.bb
@@ -1,5 +1,6 @@
 LICENSE = "MIT"
 PV = "0.2.0+svnr${SRCREV}"
+PR = "${INC_PR}.0"
 
 require e-module.inc
 
diff --git a/recipes/e17/news_svn.bb b/recipes/e17/news_svn.bb
index c72fbb5..1e429e7 100644
--- a/recipes/e17/news_svn.bb
+++ b/recipes/e17/news_svn.bb
@@ -1,5 +1,6 @@
 LICENSE = "MIT"
 PV = "0.1.0+svnr${SRCPV}"
+PR = "${INC_PR}.0"
 
 require e-module.inc
 
diff --git a/recipes/e17/notification_svn.bb b/recipes/e17/notification_svn.bb
index a8c53a5..1f4567a 100644
--- a/recipes/e17/notification_svn.bb
+++ b/recipes/e17/notification_svn.bb
@@ -1,5 +1,6 @@
 LICENSE = "MIT"
 PV = "0.2.0+svnr${SRCPV}"
+PR = "${INC_PR}.0"
 
 require e-module.inc
 
diff --git a/recipes/e17/places_svn.bb b/recipes/e17/places_svn.bb
index 0956fa0..3476a59 100644
--- a/recipes/e17/places_svn.bb
+++ b/recipes/e17/places_svn.bb
@@ -1,7 +1,6 @@
 LICENSE = "BSD"
 PV = "0.1.0+svnr${SRCPV}"
-
-PR = "r4"
+PR = "${INC_PR}.4"
 
 require e-module.inc
 
diff --git a/recipes/e17/rain_svn.bb b/recipes/e17/rain_svn.bb
index e9ab9de..8738f35 100644
--- a/recipes/e17/rain_svn.bb
+++ b/recipes/e17/rain_svn.bb
@@ -1,5 +1,6 @@
 LICENSE = "MIT"
 PV = "0.0.3+svnr${SRCPV}"
+PR = "${INC_PR}.0"
 
 require e-module.inc
 
diff --git a/recipes/e17/screenshot_svn.bb b/recipes/e17/screenshot_svn.bb
index dc8acc3..0cd0d8b 100644
--- a/recipes/e17/screenshot_svn.bb
+++ b/recipes/e17/screenshot_svn.bb
@@ -1,5 +1,6 @@
 LICENSE = "MIT"
 PV = "0.3.0+svnr${SRCREV}"
+PR = "${INC_PR}.0"
 
 require e-module.inc
 
diff --git a/recipes/e17/uptime_svn.bb b/recipes/e17/uptime_svn.bb
index 42c0d72..c6d7434 100644
--- a/recipes/e17/uptime_svn.bb
+++ b/recipes/e17/uptime_svn.bb
@@ -1,5 +1,6 @@
 LICENSE = "MIT"
 PV = "0.0.2+svnr${SRCREV}"
+PR = "${INC_PR}.0"
 
 require e-module.inc
 
-- 
1.7.1





More information about the Openembedded-devel mailing list