blob: 7f158fd8f9f37512fe8fece3a9e03f714063dbea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "i.MX Register tool"
SECTION = "devel"
LICENSE = "GPL-1"
LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924"
SRCREV = "d5f6223027f4d6ae71bd5d432f5611486e0e6074"
SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=http"
PV = "1.0+${SRCPV}"
S = "${WORKDIR}/git"
inherit autotools
|