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,50 @@
|
||||
DESCRIPTION = "A feature rich Remote Desktop Application written in GTK+"
|
||||
HOMEPAGE = "https://remmina.org"
|
||||
SECTION = "Support"
|
||||
LICENSE = "GPL-2.0-only & OpenSSL"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=dab7215512044d49037272ce1ac4ea8f file://LICENSE.OpenSSL;md5=c1eb3cee0a4dea27503c531267a69769"
|
||||
|
||||
DEPENDS = " \
|
||||
glib-2.0-native \
|
||||
openssl \
|
||||
freerdp \
|
||||
gtk+3 \
|
||||
gdk-pixbuf \
|
||||
atk \
|
||||
libgcrypt \
|
||||
libsodium \
|
||||
libssh \
|
||||
vte \
|
||||
json-glib \
|
||||
libsoup-3.0 \
|
||||
libvncserver \
|
||||
libsecret \
|
||||
libxkbfile \
|
||||
"
|
||||
|
||||
DEPENDS:append:libc-musl = " libexecinfo"
|
||||
LDFLAGS:append:libc-musl = " -lexecinfo"
|
||||
|
||||
SRCREV = "75a0bdb795d99e052690178ae0d81ebdbd2cbdd3"
|
||||
SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
EXTRA_OECMAKE += "-DWITH_APPINDICATOR=OFF -DWITH_GETTEXT=OFF -DWITH_TRANSLATIONS=OFF -DHAVE_LIBAPPINDICATOR=OFF -DWITH_WEBKIT2GTK=OFF"
|
||||
|
||||
PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol"
|
||||
# Switch on gtk support in avahi recipe if you want to enable avahi support
|
||||
PACKAGECONFIG[avahi] = "-DWITH_AVAHI=ON, -DWITH_AVAHI=OFF, avahi"
|
||||
|
||||
do_configure:append() {
|
||||
sed -i -e 's|${WORKDIR}|<WORKDIR>|g' ${B}/generated/buildflags.h
|
||||
}
|
||||
|
||||
RDEPENDS:${PN} = "bash"
|
||||
|
||||
FILES:${PN}+= " \
|
||||
${datadir}/metainfo \
|
||||
${datadir}/mime \
|
||||
"
|
||||
Reference in New Issue
Block a user