All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dominik Holland <dominik.holland@pelagicore.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH V2] dbus: Don't depend on dbus-ptest-ptest for the nativesdk-dbus package
Date: Thu, 14 Nov 2013 17:15:51 +0100	[thread overview]
Message-ID: <1384445751-1226-1-git-send-email-dominik.holland@pelagicore.com> (raw)


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



             reply	other threads:[~2013-11-14 16:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-14 16:15 Dominik Holland [this message]
2013-11-19 11:48 ` [PATCH V2] dbus: Don't depend on dbus-ptest-ptest for the nativesdk-dbus package Dominik Holland

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1384445751-1226-1-git-send-email-dominik.holland@pelagicore.com \
    --to=dominik.holland@pelagicore.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.