From: Richard Purdie Date: Sun, 3 Feb 2013 17:05:37 +0000 (+0000) Subject: gdb-cross-canadian: Set RDEPENDS on the specific package that needs it X-Git-Tag: rev_ivi_2015_02_04~13910 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=579e8054fc339ac15c608fdd121fffaaaedff623;p=scm%2Fbb%2Ftizen-distro.git gdb-cross-canadian: Set RDEPENDS on the specific package that needs it Set the RDEPENDS on the specific package that has the dependency and stop it being applied to for example ${PN}-doc (and others). (From OE-Core rev: 51257c8665282e2b7f647adb4bdf8d07e2b40e1c) Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc index c947526..1f60322 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc @@ -6,8 +6,8 @@ PN = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}" BPN = "gdb" DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext nativesdk-readline nativesdk-python" -RDEPENDS += "nativesdk-python-core nativesdk-python-lang nativesdk-python-re \ - nativesdk-python-codecs nativesdk-python-netclient" +RDEPENDS_${PN} += "nativesdk-python-core nativesdk-python-lang nativesdk-python-re \ + nativesdk-python-codecs nativesdk-python-netclient" EXTRA_OECONF_append = "--with-python=${WORKDIR}/python"