summaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-connectivity/openswan
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2010-12-23 20:23:33 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-30 10:03:10 +0000
commit0e8f0f0a033c79611a15914fde5826876502af2e (patch)
tree6eaed12c3fbab03d9adf193e923b6e20e2937f0d /meta-demoapps/recipes-connectivity/openswan
parent35e3443b57d009bffd8904c7c6c3a4769193c1b4 (diff)
downloadpoky-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-demoapps/recipes-connectivity/openswan')
-rw-r--r--meta-demoapps/recipes-connectivity/openswan/openswan_2.4.7.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-demoapps/recipes-connectivity/openswan/openswan_2.4.7.bb b/meta-demoapps/recipes-connectivity/openswan/openswan_2.4.7.bb
index 022f709f99..d647f682d0 100644
--- a/meta-demoapps/recipes-connectivity/openswan/openswan_2.4.7.bb
+++ b/meta-demoapps/recipes-connectivity/openswan/openswan_2.4.7.bb
@@ -5,9 +5,9 @@ Linux operating system."
5HOMEPAGE = "http://www.openswan.org" 5HOMEPAGE = "http://www.openswan.org"
6LICENSE = "GPLv2" 6LICENSE = "GPLv2"
7DEPENDS = "gmp flex-native" 7DEPENDS = "gmp flex-native"
8RRECOMMENDS = "kernel-module-ipsec" 8RRECOMMENDS_${PN} = "kernel-module-ipsec"
9RDEPENDS_nylon = "perl" 9RDEPENDS_${PN}_nylon = "perl"
10PR = "r0" 10PR = "r1"
11 11
12SRC_URI = "http://www.openswan.org/download/old/openswan-${PV}.tar.gz \ 12SRC_URI = "http://www.openswan.org/download/old/openswan-${PV}.tar.gz \
13 file://openswan-2.4.7-gentoo.patch;patch=1 \ 13 file://openswan-2.4.7-gentoo.patch;patch=1 \