diff options
Diffstat (limited to 'meta-oe/recipes-support/spitools/spitools_git.bb')
-rw-r--r-- | meta-oe/recipes-support/spitools/spitools_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/spitools/spitools_git.bb b/meta-oe/recipes-support/spitools/spitools_git.bb index 1e3d6beaf4..e313685d95 100644 --- a/meta-oe/recipes-support/spitools/spitools_git.bb +++ b/meta-oe/recipes-support/spitools/spitools_git.bb | |||
@@ -1,12 +1,11 @@ | |||
1 | DESCRIPTION = "This package contains some simple command line tools to help using Linux spidev devices" | 1 | DESCRIPTION = "This package contains some simple command line tools to help using Linux spidev devices" |
2 | HOMEPAGE = "https://github.com/cpb-/spi-tools" | 2 | HOMEPAGE = "https://github.com/cpb-/spi-tools" |
3 | LICENSE="GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" |
5 | 5 | ||
6 | PV = "1.0.2" | 6 | PV = "1.0.2" |
7 | SRCREV = "1748e092425a4a0ff693aa347062a57fc1ffdd00" | 7 | SRCREV = "1748e092425a4a0ff693aa347062a57fc1ffdd00" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | ||
10 | 9 | ||
11 | SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=https;branch=master" | 10 | SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=https;branch=master" |
12 | 11 | ||