summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-03-01 15:37:17 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-03-02 20:36:54 +0000
commit720ec82458f06affca2d2c1baac2c5e951c37286 (patch)
treebbbcde321def52ed8a56f628bf48342fa60842c6 /meta-phosphor/common
parent1a5a59706f3b95b3d6222bc815c5b528f9b47cab (diff)
downloadtalos-openbmc-720ec82458f06affca2d2c1baac2c5e951c37286.tar.gz
talos-openbmc-720ec82458f06affca2d2c1baac2c5e951c37286.zip
software: 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: Ibdcc16961b8d4774388ded94fca8fdaff31df4d7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common')
-rw-r--r--meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb b/meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb
index f1d0756e9..f09f4df50 100644
--- a/meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb
+++ b/meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb
@@ -11,6 +11,10 @@ SOFTWARE_MGR_PACKAGES = " \
${PN}-version \
"
PACKAGE_BEFORE_PN = "${PN}-version"
+PACKAGES_remove = "${PN}"
+RDEPENDS_${PN}-dev = "${SOFTWARE_MGR_PACKAGES}"
+RDEPENDS_${PN}-staticdev = "${SOFTWARE_MGR_PACKAGES}"
+
DBUS_PACKAGES = "${SOFTWARE_MGR_PACKAGES}"
# Set SYSTEMD_PACKAGES to empty because we do not want ${PN} and DBUS_PACKAGES
OpenPOWER on IntegriCloud