diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/openvpn')
| -rw-r--r-- | meta-oe/recipes-connectivity/openvpn/openvpn.inc | 8 | ||||
| -rw-r--r-- | meta-oe/recipes-connectivity/openvpn/openvpn_2.1.3.bb | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-connectivity/openvpn/openvpn.inc b/meta-oe/recipes-connectivity/openvpn/openvpn.inc index 50483ea4bd..61f91a3ea6 100644 --- a/meta-oe/recipes-connectivity/openvpn/openvpn.inc +++ b/meta-oe/recipes-connectivity/openvpn/openvpn.inc | |||
| @@ -8,7 +8,7 @@ RRECOMMENDS_${PN} = "kernel-module-tun" | |||
| 8 | INC_PR = "r2" | 8 | INC_PR = "r2" |
| 9 | 9 | ||
| 10 | SRC_URI = "http://openvpn.net/release/openvpn-${PV}.tar.gz \ | 10 | SRC_URI = "http://openvpn.net/release/openvpn-${PV}.tar.gz \ |
| 11 | file://openvpn" | 11 | file://openvpn" |
| 12 | S = "${WORKDIR}/openvpn-${PV}" | 12 | S = "${WORKDIR}/openvpn-${PV}" |
| 13 | 13 | ||
| 14 | CFLAGS += "-fno-inline" | 14 | CFLAGS += "-fno-inline" |
| @@ -16,7 +16,7 @@ CFLAGS += "-fno-inline" | |||
| 16 | inherit autotools | 16 | inherit autotools |
| 17 | 17 | ||
| 18 | do_install_append() { | 18 | do_install_append() { |
| 19 | install -d ${D}/${sysconfdir}/init.d | 19 | install -d ${D}/${sysconfdir}/init.d |
| 20 | install -d ${D}/${sysconfdir}/openvpn | 20 | install -d ${D}/${sysconfdir}/openvpn |
| 21 | install -m 755 ${WORKDIR}/openvpn ${D}/${sysconfdir}/init.d | 21 | install -m 755 ${WORKDIR}/openvpn ${D}/${sysconfdir}/init.d |
| 22 | } | 22 | } |
diff --git a/meta-oe/recipes-connectivity/openvpn/openvpn_2.1.3.bb b/meta-oe/recipes-connectivity/openvpn/openvpn_2.1.3.bb index 34567bc595..594b2666c8 100644 --- a/meta-oe/recipes-connectivity/openvpn/openvpn_2.1.3.bb +++ b/meta-oe/recipes-connectivity/openvpn/openvpn_2.1.3.bb | |||
| @@ -17,9 +17,9 @@ CFLAGS += "-fno-inline" | |||
| 17 | EXTRA_OECONF += "--enable-password-save" | 17 | EXTRA_OECONF += "--enable-password-save" |
| 18 | 18 | ||
| 19 | do_install_append() { | 19 | do_install_append() { |
| 20 | install -d ${D}/${sysconfdir}/init.d | 20 | install -d ${D}/${sysconfdir}/init.d |
| 21 | install -d ${D}/${sysconfdir}/openvpn | 21 | install -d ${D}/${sysconfdir}/openvpn |
| 22 | install -m 755 ${WORKDIR}/openvpn ${D}/${sysconfdir}/init.d | 22 | install -m 755 ${WORKDIR}/openvpn ${D}/${sysconfdir}/init.d |
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | SRC_URI[md5sum] = "7486d3e270ba4b033e311d3e022a0ad7" | 25 | SRC_URI[md5sum] = "7486d3e270ba4b033e311d3e022a0ad7" |
