diff options
| author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2013-05-13 15:34:31 +0300 |
|---|---|---|
| committer | Joe MacDonald <joe.macdonald@windriver.com> | 2013-05-13 14:36:06 -0400 |
| commit | 3dcea929763e6a3233dbe620920f02682b28bb8d (patch) | |
| tree | 5b27fb92409511562ac4828400dbb6c505eeeb83 /meta-networking/recipes-connectivity | |
| parent | 97957e5cee9a797d3e05c1a8848338a033f40770 (diff) | |
| download | meta-openembedded-3dcea929763e6a3233dbe620920f02682b28bb8d.tar.gz | |
vpnc: Runtime dependency to perl was missing
Generated package contains perl script but dependecy to perl was missing.
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
| -rw-r--r-- | meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb index 2ce9530d03..df9023425e 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb +++ b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | |||
| @@ -6,7 +6,7 @@ PRIORITY = "optional" | |||
| 6 | LICENSE = "GPL-2.0+" | 6 | LICENSE = "GPL-2.0+" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=173b74cb8ac640a9992c03f3bce22a33" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=173b74cb8ac640a9992c03f3bce22a33" |
| 8 | DEPENDS = "libgcrypt" | 8 | DEPENDS = "libgcrypt" |
| 9 | RDEPENDS_${PN} = "kernel-module-tun" | 9 | RDEPENDS_${PN} = "kernel-module-tun perl" |
| 10 | 10 | ||
| 11 | CFLAGS_append = ' -DVERSION=\\"${PV}\\"' | 11 | CFLAGS_append = ' -DVERSION=\\"${PV}\\"' |
| 12 | LDFLAGS_append = " -lgcrypt -lgpg-error" | 12 | LDFLAGS_append = " -lgcrypt -lgpg-error" |
