mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
Remove or update S definitions as required to work with oe-core S/UNPACKDIR changes. Signed-off-by: Scott Murray <scott.murray@konsulko.com>
24 lines
683 B
BlitzBasic
24 lines
683 B
BlitzBasic
SUMMARY = "GLOME Login Client"
|
|
HOME_PAGE = "https://github.com/google/glome"
|
|
DESCRIPTION = "GLOME is used to authorize serial console access to Linux machines"
|
|
PV = "0.1+git${SRCPV}"
|
|
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
inherit meson pkgconfig
|
|
|
|
DEPENDS += "openssl"
|
|
|
|
SRC_URI = "git://github.com/google/glome.git;branch=master;protocol=https"
|
|
SRCREV = "48d28f82bd51ae4bccc84fbbee93c375b026596b"
|
|
|
|
FILES:${PN} += "${libdir}/security"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[glome-cli] = "-Dglome-cli=true,-Dglome-cli=false"
|
|
PACKAGECONFIG[pam-glome] = "-Dpam-glome=true,-Dpam-glome=false,libpam"
|
|
|
|
EXTRA_OEMESON = "-Dtests=false"
|
|
|