All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ocl: Extract git SRC_URI parameters into individual variables
@ 2015-10-26 18:39 Jacob Stiffler
  2015-10-28 13:18 ` Jacob Stiffler
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob Stiffler @ 2015-10-26 18:39 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 meta-arago-extras/recipes-ti/ocl/ocl.inc | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc
index adf65e0..c2515f7 100644
--- a/meta-arago-extras/recipes-ti/ocl/ocl.inc
+++ b/meta-arago-extras/recipes-ti/ocl/ocl.inc
@@ -5,6 +5,9 @@ LIC_FILES_CHKSUM = "file://../debian/copyright;md5=2e3965a73a8a49c23836467266120
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/ocl:"
 
-BRANCH = "master"
-SRC_URI = "git://git.ti.com/opencl/ti-opencl.git;protocol=git;branch=${BRANCH}"
+OCL_GIT_URI = "git://git.ti.com/opencl/ti-opencl.git"
+OCL_GIT_PROTOCOL = "git"
+OCL_GIT_BRANCH = "master"
+
+SRC_URI = "${OCL_GIT_URI};protocol=${OCL_GIT_PROTOCOL};branch=${OCL_GIT_BRANCH}"
 SRCREV = "992dfba8783af895f6d4e4877ad7c0466d085bf0"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-28 13:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-26 18:39 [PATCH] ocl: Extract git SRC_URI parameters into individual variables Jacob Stiffler
2015-10-28 13:18 ` Jacob Stiffler

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.