summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2023-07-19 22:54:28 +0800
committerJun Zhu <junzhu@nxp.com>2023-07-19 15:22:56 +0800
commited3b15ab1cacadf28f6da963c4024bbdf30d45c3 (patch)
treeba23273d718039aa9805e4d119a1bae0bb3c8819 /recipes-dpaa2
parent52fa68c24a1252eda3399ed40838c2be280ba4ef (diff)
downloadmeta-freescale-ed3b15ab1cacadf28f6da963c4024bbdf30d45c3.tar.gz
spc: Update to commit d624b78
Integrate the commit for 6.1.22-2.0.0 BSP release: d624b78 Update parse result fields (according to latest spec) f951793 Rename license file to LICENSE Signed-off-by: Jun Zhu <junzhu@nxp.com>
Diffstat (limited to 'recipes-dpaa2')
-rw-r--r--recipes-dpaa2/spc/spc_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa2/spc/spc_git.bb b/recipes-dpaa2/spc/spc_git.bb
index 1ac61c69..2c695368 100644
--- a/recipes-dpaa2/spc/spc_git.bb
+++ b/recipes-dpaa2/spc/spc_git.bb
@@ -1,11 +1,11 @@
1SUMMARY = "Soft Parser Configuration tool" 1SUMMARY = "Soft Parser Configuration tool"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://COPYING;md5=163b09a1c249a6ff2b28da1ceca2e0a8" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=163b09a1c249a6ff2b28da1ceca2e0a8"
4 4
5DEPENDS = "libxml2 fmlib tclap" 5DEPENDS = "libxml2 fmlib tclap"
6 6
7SRC_URI = "git://github.com/nxp-qoriq/spc;protocol=https;nobranch=1" 7SRC_URI = "git://github.com/nxp-qoriq/spc;protocol=https;nobranch=1"
8SRCREV = "398138687a3d3d6ef174501221711de74ff7bc40" 8SRCREV = "d624b7809be48e4cf29a7bfa201028e4de1d1955"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11