From: Changqing Li <[email protected]> remove dbus from rpm native, PACKAGECONFIG disable rpm already there
Signed-off-by: Changqing Li <[email protected]> --- meta/recipes-devtools/rpm/rpm_4.14.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/rpm/rpm_4.14.1.bb b/meta/recipes-devtools/rpm/rpm_4.14.1.bb index e5e87d3..6d66a62 100644 --- a/meta/recipes-devtools/rpm/rpm_4.14.1.bb +++ b/meta/recipes-devtools/rpm/rpm_4.14.1.bb @@ -50,8 +50,9 @@ SRCREV = "bfee1410af51c1cc9724791fb8d985260a62102b" S = "${WORKDIR}/git" -DEPENDS = "nss libarchive db file popt xz bzip2 dbus elfutils python3" +DEPENDS = "nss libarchive db file popt xz bzip2 elfutils python3" DEPENDS_append_class-native = " file-replacement-native bzip2-replacement-native" +DEPENDS_append_class-target = " dbus" inherit autotools gettext pkgconfig python3native export PYTHON_ABI -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
