[oe-commits] Dominik Holland : dbus: Don' t depend on dbus-ptest-ptest for the nativesdk-dbus package

git at git.openembedded.org git at git.openembedded.org
Thu Nov 21 15:30:27 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 2678e2ee7ec4de75a9e50a6a0d5f2b7f1b95aee8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2678e2ee7ec4de75a9e50a6a0d5f2b7f1b95aee8

Author: Dominik Holland <dominik.holland at pelagicore.com>
Date:   Thu Nov 14 17:15:51 2013 +0100

dbus: Don't depend on dbus-ptest-ptest for the nativesdk-dbus package

I also changed RDEPENDS_class-native to RDEPENDS_dbus_class-native now

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/dbus/dbus.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index 5864643..6612184 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -10,7 +10,8 @@ DEPENDS = "expat virtual/libintl ${@base_contains('DISTRO_FEATURES', 'x11', '${X
 DEPENDS_class-native = "expat-native virtual/libintl-native"
 DEPENDS_class-nativesdk = "nativesdk-expat virtual/nativesdk-libintl"
 RDEPENDS_dbus = "${@base_contains('DISTRO_FEATURES', 'ptest', 'dbus-ptest-ptest', '', d)}"
-RDEPENDS_class-native = ""
+RDEPENDS_dbus_class-native = ""
+RDEPENDS_dbus_class-nativesdk = ""
 
 INC_PR = "r6"
 



More information about the Openembedded-commits mailing list