| Message ID | 20251119215228.185294-1-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,scarthgap] nnshark: Set missing PV | expand |
meta-arago / na / 20251119215228.185294-1-reatmon PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= scarthgap ===================== Summary: - Patch Series: [meta-arago][scarthgap][PATCH] nnshark: Set missing PV - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Wed, 19 Nov 2025 15:52:28 -0600 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 028c4ca44a777e72909836163b30e4935b1075dd Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: scarthgap-next - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.scarthgap.202511190400 - Commit SHA: c273081b9e50cd3d742cbaae1e78a8439d6ff710 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= scarthgap ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= scarthgap - PASS ===================== All checks passed
diff --git a/meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb b/meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb index 505aaa4c..89be15f5 100644 --- a/meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb +++ b/meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb @@ -5,6 +5,8 @@ LICENSE = "GPL-2.0-only & LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=e1caa368743492879002ad032445fa97 \ file://COPYING.LESSER;md5=66c40c88533cd228b5b85936709801c8" +PV = "0.6.1+git" + SRC_URI = "git://github.com/nnstreamer/nnshark.git;protocol=https;branch=master;name=nnshark \ git://github.com/GStreamer/common.git;protocol=https;branch=master;name=common;subdir=${S}/common \ "
Based on the git repo, the latest tag was v0.6.1 and then some additional commits in git. So tag the current PV to 0.6.1+git. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb | 2 ++ 1 file changed, 2 insertions(+)