summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-12-29 06:19:03 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-12-29 06:19:09 +0300
commit16657ece7be5e9e59c295b396440db4447e8b48d (patch)
treee2f7d55be78f2d1a0747df55c8b02cd52c15c7ed
parentdf3e3304aeaae66608fc5fb3c9213607f4635c44 (diff)
downloadopenbmc-16657ece7be5e9e59c295b396440db4447e8b48d.tar.xz
meta-bletchley: phosphor-network: use += style for append
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I19d92019649ba990dcc33ac1bc25c4ebadc933b6
-rw-r--r--meta-facebook/meta-bletchley/recipes-phosphor/network/phosphor-network_%.bbappend4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-facebook/meta-bletchley/recipes-phosphor/network/phosphor-network_%.bbappend b/meta-facebook/meta-bletchley/recipes-phosphor/network/phosphor-network_%.bbappend
index ae025bbc6..b91e82f91 100644
--- a/meta-facebook/meta-bletchley/recipes-phosphor/network/phosphor-network_%.bbappend
+++ b/meta-facebook/meta-bletchley/recipes-phosphor/network/phosphor-network_%.bbappend
@@ -1,7 +1,9 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
PACKAGECONFIG:append = " sync-mac"
-SRC_URI:append = " file://config.json "
+SRC_URI += " \
+ file://config.json \
+ "
FILES:${PN} += "${datadir}/network/*.json"
do_install:append() {