From 74f3852056ec1b3e58c6040d2a9eb8438462037a Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 18 May 2021 13:53:03 -0700 Subject: phosphor-networkd: JSON is only used for sync-mac Change-Id: Ia31e11304c878e126828221b6c7c022e4df16e17 Signed-off-by: William A. Kennington III --- meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb index 9d3997d14..0f235ace2 100644 --- a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb +++ b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb @@ -21,7 +21,6 @@ DEPENDS += "phosphor-dbus-interfaces" DEPENDS += "phosphor-logging" DEPENDS += "libnl" DEPENDS += "stdplus" -DEPENDS += "nlohmann-json" PACKAGECONFIG ??= "uboot-env default-link-local-autoconf default-ipv6-accept-ra" @@ -30,7 +29,7 @@ PACKAGECONFIG[uboot-env] = "--with-uboot-env,--without-uboot-env,,${UBOOT_ENV_RD PACKAGECONFIG[default-link-local-autoconf] = "--enable-link-local-autoconfiguration,--disable-link-local-autoconfiguration,," PACKAGECONFIG[default-ipv6-accept-ra] = "--enable-ipv6-accept-ra,--disable-ipv6-accept-ra,," PACKAGECONFIG[nic-ethtool] = "--enable-nic-ethtool,--disable-nic-ethtool,," -PACKAGECONFIG[sync-mac] = "--enable-sync-mac,--disable-sync-mac,," +PACKAGECONFIG[sync-mac] = "--enable-sync-mac,--disable-sync-mac,nlohmann-json," S = "${WORKDIR}/git" -- cgit v1.2.3