Skip to content

Commit

Permalink
python3-usbmuxctl: install from pypi, version bump 096905f -> 0.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Bastian Krause <[email protected]>
  • Loading branch information
Bastian-Krause committed Nov 13, 2023
1 parent 5e8d4d8 commit 7859df4
Showing 1 changed file with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,20 @@ HOMEPAGE = "https://github.com/linux-automation/usbmuxctl"
LICENSE = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"

RDEPENDS:${PN} = " \
python3-pyusb \
python3-termcolor \
"
SRC_URI[sha256sum] = "b7a9c7bf0645e0d2026fc63307a6724c24be6a33961f0f65cc313be7c8d45feb"

SRC_URI = " \
git://github.com/linux-automation/usbmuxctl.git;protocol=https;branch=master \
SRC_URI += " \
file://99-usbmux.rules \
"

PV = "0.1.1+git${SRCPV}"
SRCREV = "096905f9de6df1f396582b8de1faef31d43d1a81"

S = "${WORKDIR}/git"

DEPENDS += "python3-setuptools-scm-native"

inherit setuptools3
RDEPENDS:${PN} = " \
python3-pyusb \
python3-termcolor \
"

inherit setuptools3 pypi

do_install:append() {
install -D -m0644 ${WORKDIR}/99-usbmux.rules ${D}${sysconfdir}/udev/rules.d/99-usbmux.rules
Expand Down

0 comments on commit 7859df4

Please sign in to comment.