From fef30ea1bf5c55bf46d5c6a0caa87d19191c5ebf Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 21 May 2015 07:56:22 +0000 Subject: recipes: move SRCPV from PR to PV, so PRServ can package AUTOINC after patching Signed-off-by: Denys Dmytriyenko --- recipes-bsp/hplib/hplib-mod_git.bb | 2 +- recipes-bsp/hplib/hplib.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-bsp/hplib') 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" include hplib.inc # This package builds a kernel module, use kernel PR as base and append a local -MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" +MACHINE_KERNEL_PR_append = "a" PR = "${MACHINE_KERNEL_PR}" S ="${WORKDIR}/git/ti/runtime/hplib/module" diff --git a/recipes-bsp/hplib/hplib.inc b/recipes-bsp/hplib/hplib.inc index de5b2b7a..b3a62b82 100644 --- a/recipes-bsp/hplib/hplib.inc +++ b/recipes-bsp/hplib/hplib.inc @@ -7,4 +7,4 @@ SRC_URI = "git://git.ti.com/keystone-rtos/hplib.git;protocol=git;branch=${BRANCH # Below Commit ID corresponds to "DEV.HPLIB.01.01.00.05" SRCREV = "97c2ce177c78c0f7a861c8dc9ac10657d85eae36" -PV = "01.01.00.05" +PV = "01.01.00.05+git${SRCPV}" -- cgit v1.2.3-54-g00ecf