All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] dbus: Don't depend on dbus-ptest-ptest for the nativesdk-dbus package
@ 2013-11-14 16:15 Dominik Holland
  2013-11-19 11:48 ` Dominik Holland
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Holland @ 2013-11-14 16:15 UTC (permalink / raw)
  To: openembedded-core


I also changed RDEPENDS_class-native to RDEPENDS_dbus_class-native now

---
 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"
 
-- 
1.8.4.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-19 11:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-14 16:15 [PATCH V2] dbus: Don't depend on dbus-ptest-ptest for the nativesdk-dbus package Dominik Holland
2013-11-19 11:48 ` Dominik Holland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.