summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb b/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb
index d2819f76c5..50dd74b685 100644
--- a/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb
+++ b/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb
@@ -2,10 +2,10 @@ SUMMARY = "A handy serial sniffer"
2LICENSE = "GPL-2.0" 2LICENSE = "GPL-2.0"
3LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" 3LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a"
4 4
5PV = "2.3.4+git${SRCPV}" 5PV = "2.3.5+git${SRCPV}"
6 6
7SRC_URI = "git://github.com/snarlistic/jpnevulator.git;protocol=http" 7SRC_URI = "git://github.com/snarlistic/jpnevulator.git;protocol=http"
8SRCREV = "97438ecbd52fbc01540221bc590f8388a43c74e0" 8SRCREV = "c2d857091c0dfed05139ac07ea9b0f36ad259638"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11