- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
20 lines
639 B
BlitzBasic
20 lines
639 B
BlitzBasic
SUMMARY = "Data files for usbmodeswitch"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
inherit allarch
|
|
|
|
DEPENDS += "tcl-native"
|
|
|
|
SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2"
|
|
SRC_URI[md5sum] = "e8fce7eb949cbe16c61fb71bade4cc17"
|
|
SRC_URI[sha256sum] = "3f039b60791c21c7cb15c7986cac89650f076dc274798fa242231b910785eaf9"
|
|
|
|
do_install() {
|
|
oe_runmake install DESTDIR=${D} RULESDIR=${D}/${nonarch_base_libdir}/udev/rules.d
|
|
}
|
|
|
|
RDEPENDS:${PN} = "usb-modeswitch (>= 2.4.0)"
|
|
FILES:${PN} += "${nonarch_base_libdir}/udev/rules.d/ \
|
|
${datadir}/usb_modeswitch"
|