diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-03 17:05:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 16:42:47 +0000 |
commit | 121e9284cc73b3f0f623415846299b1c98e7f47f (patch) | |
tree | a6b3c86243f3941f982be729cf8792ee7ad8cd17 /meta | |
parent | 3b543d6732d461e2f12d56d1a6e48c68e63a81e5 (diff) | |
download | poky-121e9284cc73b3f0f623415846299b1c98e7f47f.tar.gz |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc index c947526e82..1f603223d3 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}" | |||
6 | BPN = "gdb" | 6 | BPN = "gdb" |
7 | 7 | ||
8 | DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext nativesdk-readline nativesdk-python" | 8 | DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext nativesdk-readline nativesdk-python" |
9 | RDEPENDS += "nativesdk-python-core nativesdk-python-lang nativesdk-python-re \ | 9 | RDEPENDS_${PN} += "nativesdk-python-core nativesdk-python-lang nativesdk-python-re \ |
10 | nativesdk-python-codecs nativesdk-python-netclient" | 10 | nativesdk-python-codecs nativesdk-python-netclient" |
11 | 11 | ||
12 | EXTRA_OECONF_append = "--with-python=${WORKDIR}/python" | 12 | EXTRA_OECONF_append = "--with-python=${WORKDIR}/python" |
13 | 13 | ||