diff options
Diffstat (limited to 'recipes-devtools/devregs/devregs_git.bb')
| -rw-r--r-- | recipes-devtools/devregs/devregs_git.bb | 9 |
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 @@ | |||
| 1 | DESCRIPTION = "i.MX Register tool" | 1 | SUMMARY = "i.MX register access tool" |
| 2 | DESCRIPTION = "Command-line tool to read and write i.MX SoC registers by name" | ||
| 3 | HOMEPAGE = "https://github.com/boundarydevices/devregs" | ||
| 2 | SECTION = "devel" | 4 | SECTION = "devel" |
| 3 | LICENSE = "GPL-2.0-only" | 5 | LICENSE = "GPL-2.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" |
| 5 | 7 | ||
| 6 | SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71" | ||
| 7 | SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master" | ||
| 8 | |||
| 9 | PV = "1.0+${SRCPV}" | 8 | PV = "1.0+${SRCPV}" |
| 9 | SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master" | ||
| 10 | SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71" | ||
| 10 | 11 | ||
| 11 | inherit autotools | 12 | inherit autotools |
