summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/ncsi/ncsid_git.bb
blob: 967f45f798c4ace48bb9a83cef1accdd02834542 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
SUMMARY = "Google NCSI daemon"
DESCRIPTION = "Google NCSI daemon."
GOOGLE_MISC_PROJ = "ncsid"

require ../google-misc/google-misc.inc

inherit systemd

EXTRA_OEMESON = " \
        -Dtests=disabled \
        "

SYSTEMD_SERVICE:${PN} += " \
  dhcp4@.service \
  dhcp6@.service \
  ncsid@.service \
  nic-hostful@.target \
  nic-hostless@.target \
  update-ra-gw@.service \
  update-ra-neighbor@.service \
  update-ra-neighbor@.timer \
  update-static-neighbors@.service \
  update-static-neighbors@.timer \
  "

DEPENDS += " \
  fmt \
  sdbusplus \
  stdplus \
  "

RDEPENDS:${PN} += " \
  bash \
  busybox \
  iputils-arping \
  jq \
  ndisc6-ndisc6 \
  ndisc6-rdisc6 \
  systemd \
  "