From d8d7268ae034fc6539781cf590691cd73324fe20 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 1 Sep 2020 11:44:52 -0500 Subject: 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 Change-Id: I5b08a0d8910f47d0a591dac9d5a8bdabb87d9bb6 Signed-off-by: Andrew Geissler --- meta-quanta/meta-common/recipes-quanta/fans/read-margin-temp_git.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-quanta') 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" -- cgit v1.2.3