summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/spitools/spitools_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/spitools/spitools_git.bb')
-rw-r--r--meta-oe/recipes-support/spitools/spitools_git.bb3
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 @@
1DESCRIPTION = "This package contains some simple command line tools to help using Linux spidev devices" 1DESCRIPTION = "This package contains some simple command line tools to help using Linux spidev devices"
2HOMEPAGE = "https://github.com/cpb-/spi-tools" 2HOMEPAGE = "https://github.com/cpb-/spi-tools"
3LICENSE="GPL-2.0-only" 3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381"
5 5
6PV = "1.0.2" 6PV = "1.0.2"
7SRCREV = "1748e092425a4a0ff693aa347062a57fc1ffdd00" 7SRCREV = "1748e092425a4a0ff693aa347062a57fc1ffdd00"
8 8
9S = "${WORKDIR}/git"
10 9
11SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=https;branch=master" 10SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=https;branch=master"
12 11