meta-ibm: witherspoon: network: specify folder for extra
Specify the folder for the extra files explicitly instead of by package
name, such that the package name can change and continue to use this
folder.
This is step 2 of the process to rename network to phosphor-network to
match the general naming convention for phosphor daemons.
(From meta-ibm rev: 286cf25348b68c91bd25151f083001c820bdac15)
Tested: Verified witherspoon image builds.
Change-Id: I011138f732c0a79b60dace9776e7bd6e6163c623
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/network/network_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/network/network_%.bbappend
index 40a0567..5137f4e 100644
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/network/network_%.bbappend
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/network/network_%.bbappend
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS_prepend := "${THISDIR}/network:"
SRC_URI += "file://ncsi-netlink.service"
SYSTEMD_SERVICE_${PN} += "ncsi-netlink.service"