public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] sip.bbclass: improve RDEPENDS to add python-sip only for PN
@ 2013-02-04 21:02 Martin Jansa
  0 siblings, 0 replies; only message in thread
From: Martin Jansa @ 2013-02-04 21:02 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/classes/sip.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/sip.bbclass b/meta/classes/sip.bbclass
index 074d4dd..711f851 100644
--- a/meta/classes/sip.bbclass
+++ b/meta/classes/sip.bbclass
@@ -4,7 +4,7 @@
 STAGING_SIPDIR ?= "${STAGING_DATADIR_NATIVE}/sip"
 
 DEPENDS  =+ "sip-native"
-RDEPENDS += "python-sip"
+RDEPENDS_${PN} += "python-sip"
 
 # default stuff, do not uncomment
 # EXTRA_SIPTAGS = "-tWS_X11 -tQt_4_3_0"
-- 
1.8.1.2




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-04 21:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04 21:02 [PATCH] sip.bbclass: improve RDEPENDS to add python-sip only for PN Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox