summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/devregs
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/devregs')
-rw-r--r--recipes-devtools/devregs/devregs_git.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-devtools/devregs/devregs_git.bb b/recipes-devtools/devregs/devregs_git.bb
index 9d2155e1f..4ac89c43f 100644
--- a/recipes-devtools/devregs/devregs_git.bb
+++ b/recipes-devtools/devregs/devregs_git.bb
@@ -1,11 +1,12 @@
1DESCRIPTION = "i.MX Register tool" 1SUMMARY = "i.MX register access tool"
2DESCRIPTION = "Command-line tool to read and write i.MX SoC registers by name"
3HOMEPAGE = "https://github.com/boundarydevices/devregs"
2SECTION = "devel" 4SECTION = "devel"
3LICENSE = "GPL-2.0-only" 5LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" 6LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924"
5 7
6SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71"
7SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master"
8
9PV = "1.0+${SRCPV}" 8PV = "1.0+${SRCPV}"
9SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master"
10SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71"
10 11
11inherit autotools 12inherit autotools