summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/console/glome_git.bb
blob: b302e72ef7a7ecffcd5ead59dc031eaa59ce849c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
SUMMARY = "GLOME Login Client"
DESCRIPTION = "GLOME login is first application of the GLOME protocol. It is used to authorize serial console access to Linux machines"
PR = "r1"
PV = "0.1+git${SRCPV}"

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"

inherit meson pkgconfig

DEPENDS += " \
    openssl \
    glib-2.0 \
    "

S = "${WORKDIR}/git"
SRC_URI = "git://github.com/google/glome.git"
SRCREV = "02f7d2722a2eb303f1f02d0c2ce97a65f8273662"

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=disabled"