summaryrefslogtreecommitdiff
path: root/meta-quanta
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2020-09-01 19:44:52 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-09-03 18:17:39 +0300
commitd8d7268ae034fc6539781cf590691cd73324fe20 (patch)
tree5c6c94df6d218452459120768035fefec142425f /meta-quanta
parenta2fe94ffb82b8555af1858be748ec8646ccf8876 (diff)
downloadopenbmc-d8d7268ae034fc6539781cf590691cd73324fe20.tar.xz
read-margin-temp: remove unnecessary -native dependency
sdbusplus-native should no longer be used as a dependency. In cases where the `sdbus++` processing tools are needed, `${PYTHON_PN}-sdbus++-native` can be added as a dependency, but this repository is not one of those cases. (From meta-quanta rev: 76ebf4149ea84981135b3e3bf19acf14155335e7) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5b08a0d8910f47d0a591dac9d5a8bdabb87d9bb6 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-quanta')
-rw-r--r--meta-quanta/meta-common/recipes-quanta/fans/read-margin-temp_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-quanta/meta-common/recipes-quanta/fans/read-margin-temp_git.bb b/meta-quanta/meta-common/recipes-quanta/fans/read-margin-temp_git.bb
index bd2e75be7..fd5819d42 100644
--- a/meta-quanta/meta-common/recipes-quanta/fans/read-margin-temp_git.bb
+++ b/meta-quanta/meta-common/recipes-quanta/fans/read-margin-temp_git.bb
@@ -12,7 +12,6 @@ inherit meson
DEPENDS += " nlohmann-json"
DEPENDS += " sdbusplus"
-DEPENDS += " sdbusplus-native"
DEPENDS += " sdeventplus"
DEPENDS += " phosphor-dbus-interfaces"
RDEPENDS_${PN} += " bash"