summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2024-04-17 15:50:22 -0400
committerRyan Eatmon <reatmon@ti.com>2024-04-18 16:21:17 -0500
commit11f440869aa0796dcf8c5b89f12b1d1fd3d022e7 (patch)
treee93a633b0563496fa12da5a64293dcba23eddee0 /meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb
parente5a87c42d9c9f601482d72ccb650977c2d5663d1 (diff)
downloadmeta-ti-11f440869aa0796dcf8c5b89f12b1d1fd3d022e7.tar.gz
meta-ti-extras: remove SRCPV
Last time around SRCPV was removed from meta-ti-bsp[1], but meta-ti-extras got missed. Resolve it now. [1] https://git.yoctoproject.org/meta-ti/commit/?id=d7624a767e20c776eb937c2942127299b4dc0093 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb')
-rw-r--r--meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb b/meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb
index 51e82983..9d85829b 100644
--- a/meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb
+++ b/meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3"
5# This package builds a kernel module, use kernel PR as base and append a local 5# This package builds a kernel module, use kernel PR as base and append a local
6MACHINE_KERNEL_PR:append = "d" 6MACHINE_KERNEL_PR:append = "d"
7PR = "${MACHINE_KERNEL_PR}" 7PR = "${MACHINE_KERNEL_PR}"
8PV:append = "+git${SRCPV}" 8PV:append = "+git"
9 9
10S = "${WORKDIR}/git/debugss_module/debugss-mod" 10S = "${WORKDIR}/git/debugss_module/debugss-mod"
11 11