mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
usbutils: upgrade 013 -> 014
License-Update: SPDX ids corrected, license are same. (From OE-Core rev: e433203b4c35eb5a9cf76349f9cd3e18f4b633dd) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2eb889523f
commit
986f902eb9
+4
-3
@@ -5,14 +5,15 @@ SECTION = "base"
|
||||
|
||||
LICENSE = "GPLv2+ & (GPLv2 | GPLv3)"
|
||||
# License files went missing in 010, when 011 is released add LICENSES/* back
|
||||
LIC_FILES_CHKSUM = "file://lsusb.c;endline=1;md5=7d4861d978ff5ba7cb2b319ed1d4afe3 \
|
||||
file://lsusb.py.in;beginline=2;endline=2;md5=194d6a0226bf90f4f683e8968878b6cd"
|
||||
LIC_FILES_CHKSUM = "file://lsusb.c;endline=1;md5=7226e442a172bcf25807246d7ef1eba1 \
|
||||
file://lsusb.py.in;beginline=2;endline=2;md5=c443ada211d701156e42ea36d41625b3 \
|
||||
"
|
||||
|
||||
DEPENDS = "libusb1 virtual/libiconv udev"
|
||||
|
||||
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \
|
||||
"
|
||||
SRC_URI[sha256sum] = "efdfd5403dbdd7412de6bb897d5fbaae65ef3eb4332032c0e1f216216618e9a9"
|
||||
SRC_URI[sha256sum] = "59398ab012888dfe0fd12e447b45f36801e9d7b71d9a865fc38e2f549afdb9d0"
|
||||
|
||||
inherit autotools pkgconfig update-alternatives
|
||||
|
||||
Reference in New Issue
Block a user