summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-03-01 16:08:45 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-03-02 20:36:37 +0000
commit1a5a59706f3b95b3d6222bc815c5b528f9b47cab (patch)
treecf6c988d50145965a71a6a6e3352c502995893e1 /meta-phosphor/common
parent40bf816f903929167c499fba6bd5017cd41658cd (diff)
downloadtalos-openbmc-1a5a59706f3b95b3d6222bc815c5b528f9b47cab.tar.gz
talos-openbmc-1a5a59706f3b95b3d6222bc815c5b528f9b47cab.zip
state: remove ${PN} pkg
By default OE adds ${PN} as a runtime dependency to ${PN}-[static]dev Remove ${PN} since it will never have any content. Additionally, override the default ${PN}-[static]dev dependencies with the correct pkgs. Change-Id: I7c5a49a5cdd453cc23eb2595cc53455659040062 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common')
-rw-r--r--meta-phosphor/common/recipes-phosphor/state/phosphor-state-manager.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/state/phosphor-state-manager.bb b/meta-phosphor/common/recipes-phosphor/state/phosphor-state-manager.bb
index d92b905df..24192d7ab 100644
--- a/meta-phosphor/common/recipes-phosphor/state/phosphor-state-manager.bb
+++ b/meta-phosphor/common/recipes-phosphor/state/phosphor-state-manager.bb
@@ -13,6 +13,10 @@ STATE_MGR_PACKAGES = " \
${PN}-bmc \
"
PACKAGES =+ "${STATE_MGR_PACKAGES}"
+PACKAGES_remove = "${PN}"
+RDEPENDS_${PN}-dev = "${STATE_MGR_PACKAGES}"
+RDEPENDS_${PN}-staticdev = "${STATE_MGR_PACKAGES}"
+
DBUS_PACKAGES = "${STATE_MGR_PACKAGES}"
# Set SYSTEMD_PACKAGES to empty because we do not want ${PN} and DBUS_PACKAGES
OpenPOWER on IntegriCloud