summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2/spc/spc_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-dpaa2/spc/spc_git.bb')
-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