summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/ncsi/ncsid_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-google/recipes-google/ncsi/ncsid_git.bb')
-rw-r--r--meta-google/recipes-google/ncsi/ncsid_git.bb19
1 files changed, 6 insertions, 13 deletions
diff --git a/meta-google/recipes-google/ncsi/ncsid_git.bb b/meta-google/recipes-google/ncsi/ncsid_git.bb
index de5eb6e5b..4d74c992a 100644
--- a/meta-google/recipes-google/ncsi/ncsid_git.bb
+++ b/meta-google/recipes-google/ncsi/ncsid_git.bb
@@ -1,17 +1,10 @@
SUMMARY = "Google NCSI daemon"
DESCRIPTION = "Google NCSI daemon."
-HOMEPAGE = "http://github.com/openbmc/google-misc"
-PR = "r1"
-PV = "1.0+git${SRCPV}"
+GOOGLE_MISC_PROJ = "ncsid"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://../LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
+require ../google-misc/google-misc.inc
-SRC_URI += "git://github.com/openbmc/google-misc"
-SRCREV = "15fe169d1fbdd510bb9cfc9bb725baf0613350ff"
-S = "${WORKDIR}/git/ncsid"
-
-inherit meson systemd
+inherit systemd
SYSTEMD_SERVICE_${PN} += " \
dhcp4@.service \
@@ -21,13 +14,13 @@ SYSTEMD_SERVICE_${PN} += " \
nic-hostless@.target \
update-static-neighbors@.service \
update-static-neighbors@.timer \
-"
+ "
DEPENDS += " \
fmt \
sdbusplus \
stdplus \
-"
+ "
RDEPENDS_${PN} += " \
bash \
@@ -37,4 +30,4 @@ RDEPENDS_${PN} += " \
ndisc6-ndisc6 \
ndisc6-rdisc6 \
systemd \
-"
+ "