diff options
Diffstat (limited to 'meta-oe/recipes-support/uhubctl/uhubctl_2.5.0.bb')
-rw-r--r-- | meta-oe/recipes-support/uhubctl/uhubctl_2.5.0.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-oe/recipes-support/uhubctl/uhubctl_2.5.0.bb b/meta-oe/recipes-support/uhubctl/uhubctl_2.5.0.bb deleted file mode 100644 index 8b334dbdec..0000000000 --- a/meta-oe/recipes-support/uhubctl/uhubctl_2.5.0.bb +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | SUMMARY = "USB hub per-port power control" | ||
2 | HOMEPAGE = "https://github.com/mvp/uhubctl" | ||
3 | BUGTRACKER = "https://github.com/mvp/uhubctl/issues" | ||
4 | DEPENDS = "libusb1" | ||
5 | |||
6 | LICENSE = "GPL-2.0-only" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
8 | |||
9 | SRCREV = "20276ad5ced147d018e2b3fccedabd94597aa25e" | ||
10 | SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https" | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | # 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 | do_configure:append() { | ||
16 | sed -i "s/^\(GIT_VERSION :=\).*$/\1 ${PV}/g" ${S}/Makefile | ||
17 | } | ||
18 | |||
19 | do_install () { | ||
20 | oe_runmake install DESTDIR=${D} | ||
21 | } | ||