diff options
Diffstat (limited to 'meta-oe/recipes-support/uhubctl')
-rw-r--r-- | meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb b/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb index 1a1d4ec33c..f4c2eaa63f 100644 --- a/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb +++ b/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb | |||
@@ -8,7 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
8 | 8 | ||
9 | SRCREV = "352f5878e999c0a9d5a453b34110479b2056d7e7" | 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. |