Discussion:
[meta-arago] [PATCH] ocl: fix patch version in recipe
Yuan Zhao
2018-09-14 00:04:28 UTC
Permalink
Signed-off-by: Yuan Zhao <***@ti.com>
---
meta-arago-extras/recipes-ti/ocl/ocl.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc
index b4883c26..c2dc4002 100644
--- a/meta-arago-extras/recipes-ti/ocl/ocl.inc
+++ b/meta-arago-extras/recipes-ti/ocl/ocl.inc
@@ -1,5 +1,6 @@
-PV = "1.1.16.0"
-INC_PR = "r0"
+# patch version at the end needs to be in double digits
+PV = "1.1.16.00"
+INC_PR = "r1"

LIC_FILES_CHKSUM = "file://../debian/copyright;md5=2e3965a73a8a49c23836467266120dff"
--
2.14.1
Jacob Stiffler
2018-09-17 13:50:43 UTC
Permalink
Denys,

Can you please backport this to ti2018.03?


Thank you,

Jake
Post by Yuan Zhao
---
meta-arago-extras/recipes-ti/ocl/ocl.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc
index b4883c26..c2dc4002 100644
--- a/meta-arago-extras/recipes-ti/ocl/ocl.inc
+++ b/meta-arago-extras/recipes-ti/ocl/ocl.inc
@@ -1,5 +1,6 @@
-PV = "1.1.16.0"
-INC_PR = "r0"
+# patch version at the end needs to be in double digits
+PV = "1.1.16.00"
+INC_PR = "r1"
LIC_FILES_CHKSUM = "file://../debian/copyright;md5=2e3965a73a8a49c23836467266120dff"
Loading...