summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/misc
diff options
context:
space:
mode:
authorWang Xiaohua <wangxiaohua.1217@bytedance.com>2022-07-29 12:45:24 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-08-01 16:53:05 +0300
commitd831060de95ae1ca665f011fb10b308084ca7c37 (patch)
treede2387230560628ec990900ba29ce99db3683b4c /meta-phosphor/recipes-phosphor/misc
parent842d0618fdc75163823b93a0b087eef80d481067 (diff)
downloadopenbmc-d831060de95ae1ca665f011fb10b308084ca7c37.tar.xz
phosphor-misc: Fix Nothing RPROVIDES 'phosphor-misc' issue
build the image with phosphor-misc will report below error: ERROR: Required build target 'obmc-phosphor-image' has no buildable providers.Missing or unbuildable dependency chain was: ['obmc-phosphor-image', 'packagegroup-obmc-apps-extras', 'phosphor-misc-usb-ctrl', 'phosphor-misc'] Tested: build the image with phosphor-misc pass. Signed-off-by: Wang Xiaohua <wangxiaohua.1217@bytedance.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2f74fbb109f108fd970a514b25092a509ed75b43
Diffstat (limited to 'meta-phosphor/recipes-phosphor/misc')
-rw-r--r--meta-phosphor/recipes-phosphor/misc/phosphor-misc_git.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-phosphor/recipes-phosphor/misc/phosphor-misc_git.bb b/meta-phosphor/recipes-phosphor/misc/phosphor-misc_git.bb
index 24ef073471..2c58d52199 100644
--- a/meta-phosphor/recipes-phosphor/misc/phosphor-misc_git.bb
+++ b/meta-phosphor/recipes-phosphor/misc/phosphor-misc_git.bb
@@ -23,9 +23,7 @@ PHOSPHOR_MISC_PACKAGES = " \
${@bb.utils.contains('PACKAGECONFIG', 'usb-ctrl', '${PN}-usb-ctrl', '', d)} \
"
-PACKAGES:remove = "${PN}"
-RDEPENDS:${PN}-dev = ""
-
+PACKAGES = "${PHOSPHOR_MISC_PACKAGES}"
PACKAGE_BEFORE_PN += "${PHOSPHOR_MISC_PACKAGES}"
SYSTEMD_PACKAGES = "${PHOSPHOR_MISC_PACKAGES}"