Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
18 lines
514 B
BlitzBasic
18 lines
514 B
BlitzBasic
SUMMARY = "This library provides emulation of smart cards to a virtual card reader running in a guest virtual machine."
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=79ffa0ec772fa86740948cb7327a0cc7"
|
|
|
|
DEPENDS = "glib-2.0 pcsc-lite nss"
|
|
|
|
SRCREV = "7b07684ea6698d4885ff2062350ad8798a04de42"
|
|
|
|
SRC_URI = "git://gitlab.freedesktop.org/spice/libcacard.git;protocol=https;branch=master"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit meson pkgconfig
|
|
|
|
do_configure:prepend() {
|
|
echo ${PV} > ${S}/.tarball-version
|
|
}
|