- 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)
24 lines
663 B
BlitzBasic
24 lines
663 B
BlitzBasic
SUMMARY = "WBXML parsing and encoding library"
|
|
HOMEPAGE = "http://libwbxml.opensync.org/"
|
|
SECTION = "libs"
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=c1128ee5341ccd5927d8bafe4b6266e1"
|
|
|
|
DEPENDS = "expat"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/libwbxml/libwbxml-${PV}.tar.gz"
|
|
|
|
SRC_URI[md5sum] = "f5031e9f730ffd9dc6a2d1ded585e1d1"
|
|
SRC_URI[sha256sum] = "a057daa098f12838eb4e635bb28413027f1b73819872c3fbf64e3207790a3f7d"
|
|
|
|
S = "${WORKDIR}/libwbxml-${PV}"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}"
|
|
|
|
PACKAGES += "${PN}-tools"
|
|
|
|
FILES:${PN}-tools = "${bindir}"
|
|
FILES:${PN} = "${libdir}/*.so.*"
|