aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-02-23 12:16:47 +0100
committerSimon Busch <morphis@gravedo.de>2011-02-23 13:11:58 +0100
commit5f669e0ca5637de56d25b9ebe8c890116cde9f67 (patch)
tree2c3b2afc4738719eaf591aae65ed6d0d3eacc00b /recipes/e17
parentd6729be1fd7f2e82e7535a854e2aae006aaec5ee (diff)
downloadopenembedded-5f669e0ca5637de56d25b9ebe8c890116cde9f67.tar.gz
e-module: introduce INC_PR and use it in all depending recipes
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@gravedo.de> Acked-by: Martin.Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/e17')
-rw-r--r--recipes/e17/cpu_svn.bb1
-rw-r--r--recipes/e17/diskio_svn.bb1
-rw-r--r--recipes/e17/e-module.inc1
-rw-r--r--recipes/e17/efm-path_svn.bb1
-rw-r--r--recipes/e17/efm-pathbar_svn.bb3
-rw-r--r--recipes/e17/flame_svn.bb1
-rw-r--r--recipes/e17/forecasts_svn.bb1
-rw-r--r--recipes/e17/news_svn.bb1
-rw-r--r--recipes/e17/notification_svn.bb1
-rw-r--r--recipes/e17/places_svn.bb3
-rw-r--r--recipes/e17/rain_svn.bb1
-rw-r--r--recipes/e17/screenshot_svn.bb1
-rw-r--r--recipes/e17/uptime_svn.bb1
13 files changed, 14 insertions, 3 deletions
diff --git a/recipes/e17/cpu_svn.bb b/recipes/e17/cpu_svn.bb
index 3dc049d42d..ccc6e7ea19 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 0e854ba39f..f748a29e5f 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 185c841b10..3834a2e967 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 ecfd8385ce..685513f7f7 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 d7666fd608..54c5a0b474 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 c46314cb00..11769c6c31 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 676945e91f..a6316edb74 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 c72fbb58dd..1e429e7dd1 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 a8c53a54bc..1f4567add3 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 0956fa00f7..1ee5e7707f 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}.0"
require e-module.inc
diff --git a/recipes/e17/rain_svn.bb b/recipes/e17/rain_svn.bb
index e9ab9de296..8738f3507d 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 dc8acc3f6f..0cd0d8ba64 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 42c0d72936..c6d7434237 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