From 720ec82458f06affca2d2c1baac2c5e951c37286 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 1 Mar 2017 15:37:17 -0500 Subject: 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 --- .../common/recipes-phosphor/flash/phosphor-software-manager.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-phosphor/common') 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 -- cgit v1.2.1