summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-05-18 01:35:54 +0300
committerWilliam A. Kennington III <wak@google.com>2021-05-18 23:17:46 +0300
commit6c533c617b6f0a4b34a527319fa7d58f009d8230 (patch)
tree89991434038454a6befd9d6ae7117679f3c926e6 /meta-ibm
parent08980c00aa98dd7a52e625f172882eece93b3c50 (diff)
downloadopenbmc-6c533c617b6f0a4b34a527319fa7d58f009d8230.tar.xz
meta-ibm: phosphor-networkd: Remove autotools specific config
We want to use packageconfig options instead of build system specific ones. Change-Id: I587d33e3dae82c4c9d85f59f4ee34618443f1dcb Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/recipes-phosphor/network/phosphor-network_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/recipes-phosphor/network/phosphor-network_%.bbappend b/meta-ibm/recipes-phosphor/network/phosphor-network_%.bbappend
index cf88f2282..a79dae669 100644
--- a/meta-ibm/recipes-phosphor/network/phosphor-network_%.bbappend
+++ b/meta-ibm/recipes-phosphor/network/phosphor-network_%.bbappend
@@ -4,7 +4,7 @@ SRC_URI += " file://ncsi-netlink.service"
SYSTEMD_SERVICE_${PN} += " ncsi-netlink.service"
FILES_${PN} += "${datadir}/network/*.json"
-EXTRA_OECONF += "--enable-sync-mac"
+PACKAGECONFIG_append = " sync-mac"
install_network_configuration(){
install -d ${D}${systemd_system_unitdir}