| Message ID | 20251119215254.186164-1-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,master] nnshark: Set missing PV | expand |
meta-arago / na / 20251119215254.186164-1-reatmon PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH] nnshark: Set missing PV - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Wed, 19 Nov 2025 15:52:54 -0600 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 983f2a475ae3ba0890fba1733d045ba225b1946a Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-next - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.master.202511180100 - Commit SHA: 82a437373896b01cd89d456dcc9cb28521b64ac7 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= master - 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 c3af5244..8afe7def 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(+)