mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-pyusb: Add missing runtime dependency on libusb1
Patch as suggested from [1] [1] https://github.com/openembedded/meta-openembedded/issues/394 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
parent
e1b1a13c4b
commit
55ea6d57e8
|
|
@ -13,4 +13,6 @@ SRC_URI[sha256sum] = "d68597d2cf7df766bdf816b1a337b72ab8233c19825e170ae18714f16b
|
|||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "libusb1"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user