summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/hplib/hplib_git.bb
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-11-04 01:47:13 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-11-04 09:57:12 -0500
commit20f7def0e4a9af82455b92a534fa83bd1cc09b6c (patch)
tree98abd6a8632f127c77dfb79f6de81ba89a38b011 /recipes-bsp/hplib/hplib_git.bb
parent4aaf561265664aa08072428c47827403f5fc6cfd (diff)
downloadmeta-ti-20f7def0e4a9af82455b92a534fa83bd1cc09b6c.tar.gz
hplib: Clean up recipes
* Use INC_PR to track recipe revisions * Define variables for GIT SRC_URI parameters Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/hplib/hplib_git.bb')
-rw-r--r--recipes-bsp/hplib/hplib_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/hplib/hplib_git.bb b/recipes-bsp/hplib/hplib_git.bb
index da8853bd..1423de5b 100644
--- a/recipes-bsp/hplib/hplib_git.bb
+++ b/recipes-bsp/hplib/hplib_git.bb
@@ -7,6 +7,8 @@ RDEPENDS_${PN} = "hplib-mod"
7 7
8include hplib.inc 8include hplib.inc
9 9
10PR = "${INC_PR}.0"
11
10CHOICELIST = "yes no" 12CHOICELIST = "yes no"
11 13
12S = "${WORKDIR}/git/ti/runtime/hplib" 14S = "${WORKDIR}/git/ti/runtime/hplib"