summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/hplib/hplib-mod_git.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2015-05-21 07:56:22 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-05-21 11:11:06 -0400
commitfef30ea1bf5c55bf46d5c6a0caa87d19191c5ebf (patch)
treead28bde634f7f8380b5f76fc21af569139d29e18 /recipes-bsp/hplib/hplib-mod_git.bb
parente7601086a4db4dbbb93b50251642794314b8e46f (diff)
downloadmeta-ti-fef30ea1bf5c55bf46d5c6a0caa87d19191c5ebf.tar.gz
recipes: move SRCPV from PR to PV, so PRServ can package AUTOINC after patching
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/hplib/hplib-mod_git.bb')
-rw-r--r--recipes-bsp/hplib/hplib-mod_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/hplib/hplib-mod_git.bb b/recipes-bsp/hplib/hplib-mod_git.bb
index acef1ce5..6603a2eb 100644
--- a/recipes-bsp/hplib/hplib-mod_git.bb
+++ b/recipes-bsp/hplib/hplib-mod_git.bb
@@ -7,7 +7,7 @@ DEPENDS = "hplib"
7include hplib.inc 7include hplib.inc
8 8
9# This package builds a kernel module, use kernel PR as base and append a local 9# This package builds a kernel module, use kernel PR as base and append a local
10MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" 10MACHINE_KERNEL_PR_append = "a"
11PR = "${MACHINE_KERNEL_PR}" 11PR = "${MACHINE_KERNEL_PR}"
12 12
13S ="${WORKDIR}/git/ti/runtime/hplib/module" 13S ="${WORKDIR}/git/ti/runtime/hplib/module"