fix RDEPENDS, courtesy Bruno Randolf
authorPhil Blundell <philb@gnu.org>
Thu, 29 Jul 2004 20:38:12 +0000 (20:38 +0000)
committerPhil Blundell <philb@gnu.org>
Thu, 29 Jul 2004 20:38:12 +0000 (20:38 +0000)
BKrev: 41096034UXEvjQth0fCs-lM6DBSwJg

openvpn/openvpn_1.5.0.oe

index 73075cd..0eab313 100644 (file)
@@ -1,7 +1,8 @@
 DESCRIPTION = "A VPN solution via tun device.  Not IPSEC!"
 PRIORITY = "optional"
 DEPENDS = "lzo"
-RDEPENDS = "tun"
+RDEPENDS = "kernel-module-tun"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/openvpn/openvpn-${PV}.tar.gz"