diff options
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" | |||
6 | LICENSE = "GPL-2.0-only" | 6 | LICENSE = "GPL-2.0-only" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
8 | 8 | ||
9 | SRCREV = "20276ad5ced147d018e2b3fccedabd94597aa25e" | 9 | SRCREV = "352f5878e999c0a9d5a453b34110479b2056d7e7" |
10 | SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https" |
11 | S = "${WORKDIR}/git" | 11 | |
12 | inherit 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. |