summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/uhubctl
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/uhubctl')
-rw-r--r--meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb (renamed from meta-oe/recipes-support/uhubctl/uhubctl_2.5.0.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/uhubctl/uhubctl_2.5.0.bb b/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb
index 8b334dbdec..f4c2eaa63f 100644
--- a/meta-oe/recipes-support/uhubctl/uhubctl_2.5.0.bb
+++ b/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb
@@ -6,9 +6,10 @@ DEPENDS = "libusb1"
6LICENSE = "GPL-2.0-only" 6LICENSE = "GPL-2.0-only"
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
8 8
9SRCREV = "20276ad5ced147d018e2b3fccedabd94597aa25e" 9SRCREV = "352f5878e999c0a9d5a453b34110479b2056d7e7"
10SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https" 10SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https"
11S = "${WORKDIR}/git" 11
12inherit pkgconfig
12 13
13# uhubctl gets its program version from "git describe". As we use the source 14# uhubctl gets its program version from "git describe". As we use the source
14# archive do reduce download size replace the call with our hardcoded version. 15# archive do reduce download size replace the call with our hardcoded version.