summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-05-08 17:43:10 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-15 20:42:59 +0300
commit3c1a03b10e02067d5940db6de9fc346acf18da39 (patch)
tree31ba759cfd0699bc8568bdbd808cf5c489f5db98
parent989b85ddd0cc392492b8c80183c05d20c70726d0 (diff)
downloadopenbmc-3c1a03b10e02067d5940db6de9fc346acf18da39.tar.xz
meta-phosphor: ipmi-flash: depend on linux
Depend on the linux shared workdir before configuration as this package depends on a few linux headers. (From meta-phosphor rev: e21be1982a6a97a0564ab441859f6a0db4f78b20) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I4b3b4677e8b28d7415ee2d00a591ed8664de9540 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
index b22b56ad1..287d79006 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -25,3 +25,5 @@ FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}"
FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"
BLOBIPMI_PROVIDER_LIBRARY += "libfirmwareblob.so"
+
+do_configure[depends] += "virtual/kernel:do_shared_workdir"