Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 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)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
SUMMARY = "Synergy - control multiple computers with one keyboard and mouse"
|
||||
HOMEPAGE = "http://synergy-project.org"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=54c1fc8d8bb6776ae501acfb1585e9d6"
|
||||
LICENSE = "GPL-2.0-with-OpenSSL-exception"
|
||||
SECTION = "x11/utils"
|
||||
|
||||
DEPENDS = "virtual/libx11 libxtst libxinerama curl openssl"
|
||||
|
||||
# depends on virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SRC_URI = "git://github.com/symless/synergy-core;protocol=https;nobranch=1"
|
||||
|
||||
# Version 1.10.1-stable
|
||||
SRCREV ?= "1b4c076127687aceac931d269e898beaac1cad9f"
|
||||
PV = "1.10.1+git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake features_check
|
||||
|
||||
EXTRA_OECMAKE += "-DSYNERGY_BUILD_LEGACY_GUI=OFF"
|
||||
|
||||
FILES:${PN} += "${datadir}/icons/hicolor"
|
||||
Reference in New Issue
Block a user