From 0be39b350fde000ff84e6da5e4387da5eef050e2 Mon Sep 17 00:00:00 2001 From: "Jason M. Bills" Date: Thu, 25 Aug 2022 11:40:15 -0700 Subject: Remove boost PACKAGECONFIG for class-target Some BOOST_LIBS such as python and locale are being added by PACKAGECONFIG. Since we want to limit to the small set of BOOST_LIBS by default, we can remove anything added by PACKAGECONFIG for class-target. We found that boost-python is meeting the openssl dependency in the background, so we also have to add an explicit openssl dependency to build some applications without boost-python. This also updates the existing BOOST_LIBS change to only affect class-target. Change-Id: I6cd64354ac65ba60b0672a67b9d9e3a7dbe34b01 Signed-off-by: Jason M. Bills --- meta-phosphor/recipes-phosphor/bios/biosconfig-manager_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-phosphor/recipes-phosphor/bios') diff --git a/meta-phosphor/recipes-phosphor/bios/biosconfig-manager_git.bb b/meta-phosphor/recipes-phosphor/bios/biosconfig-manager_git.bb index 643371947a..af8c6091cd 100644 --- a/meta-phosphor/recipes-phosphor/bios/biosconfig-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/bios/biosconfig-manager_git.bb @@ -22,6 +22,7 @@ SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.biosconfig_manager.service \ xyz.openbmc_project.biosconfig_password.service" DEPENDS = " boost \ + openssl \ phosphor-dbus-interfaces \ phosphor-logging \ sdbusplus \ -- cgit v1.2.3