summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-11-24 13:14:59 -0300
committerGitHub <noreply@github.com>2021-11-24 13:14:59 -0300
commit6d2922bee372157454e422df518b6cf0bfcf6700 (patch)
tree7ebb5b34efc391d7a28146a7f1e4dba4fa84e475
parent225d7561788d9488055707b9a7e4b38185d3d6c8 (diff)
parentaf22d39503b9f4c92bb720e491ab6fe12bee7c67 (diff)
downloadmeta-freescale-6d2922bee372157454e422df518b6cf0bfcf6700.tar.gz
Merge pull request #932 from Freescale/backport-931-to-dunfell
[Backport dunfell] devregs: bump revision to dcc3e3f2
-rw-r--r--recipes-devtools/devregs/devregs_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/devregs/devregs_git.bb b/recipes-devtools/devregs/devregs_git.bb
index 59328ab3..2bee7b8b 100644
--- a/recipes-devtools/devregs/devregs_git.bb
+++ b/recipes-devtools/devregs/devregs_git.bb
@@ -1,9 +1,9 @@
1DESCRIPTION = "i.MX Register tool" 1DESCRIPTION = "i.MX Register tool"
2SECTION = "devel" 2SECTION = "devel"
3LICENSE = "GPL-1" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" 4LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924"
5 5
6SRCREV = "d5f6223027f4d6ae71bd5d432f5611486e0e6074" 6SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71"
7SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master" 7SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master"
8 8
9PV = "1.0+${SRCPV}" 9PV = "1.0+${SRCPV}"