add recipe dependencies in openpower-libhei

Change-Id: I5b0b7fe6c52abe6a6426eb0fc2eba034f1722b77
Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
diff --git a/recipes-phosphor/logging/openpower-hw-diags_git.bb b/recipes-phosphor/logging/openpower-hw-diags_git.bb
index 9507619..8d38318 100644
--- a/recipes-phosphor/logging/openpower-hw-diags_git.bb
+++ b/recipes-phosphor/logging/openpower-hw-diags_git.bb
@@ -15,3 +15,6 @@
 
 DEPENDS = "boost libgpiod pdbg phosphor-logging sdbusplus openpower-libhei"
 FILES_${PN} += "${UNITDIR}/attn_handler.service"
+
+# This is required so that libhei is installed with the chip data files.
+RDEPENDS_${PN} += "openpower-libhei"