diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2010-12-23 20:23:33 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-30 10:03:10 +0000 |
commit | 0e8f0f0a033c79611a15914fde5826876502af2e (patch) | |
tree | 6eaed12c3fbab03d9adf193e923b6e20e2937f0d /meta/recipes-extended/mc | |
parent | 35e3443b57d009bffd8904c7c6c3a4769193c1b4 (diff) | |
download | poky-0e8f0f0a033c79611a15914fde5826876502af2e.tar.gz |
RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}
For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN}
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/mc')
-rw-r--r-- | meta/recipes-extended/mc/mc_4.7.3.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/mc/mc_4.7.3.bb b/meta/recipes-extended/mc/mc_4.7.3.bb index 22a1a9397d..537aa05e37 100644 --- a/meta/recipes-extended/mc/mc_4.7.3.bb +++ b/meta/recipes-extended/mc/mc_4.7.3.bb | |||
@@ -4,7 +4,9 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
5 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
6 | DEPENDS = "ncurses glib-2.0" | 6 | DEPENDS = "ncurses glib-2.0" |
7 | RDEPENDS = "ncurses-terminfo" | 7 | RDEPENDS_${PN} = "ncurses-terminfo" |
8 | |||
9 | PR = "r1" | ||
8 | 10 | ||
9 | SRC_URI = "http://www.midnight-commander.org/downloads/${PN}-${PV}.tar.bz2" | 11 | SRC_URI = "http://www.midnight-commander.org/downloads/${PN}-${PV}.tar.bz2" |
10 | 12 | ||