[OE-core] [PATCH V2] rpm: remove dbus depend for natove rpm

changqing.li at windriver.com changqing.li at windriver.com
Fri Aug 17 09:26:51 UTC 2018


From: Changqing Li <changqing.li at windriver.com>

remove dbus from rpm native, PACKAGECONFIG disable rpm
already there

Signed-off-by: Changqing Li <changqing.li at windriver.com>
---
 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




More information about the Openembedded-core mailing list