diff mbox series

[meta-networking] openfortivpn: add new recipe

Message ID TY2PR02MB367859735163870EE76A95A981749@TY2PR02MB3678.apcprd02.prod.outlook.com
State Under Review
Headers show
Series [meta-networking] openfortivpn: add new recipe | expand

Commit Message

Petr Gotthard May 11, 2023, 4:33 p.m. UTC
A client for PPP+SSL VPN tunnel services, compatible with Fortinet VPNs.
https://github.com/adrienverge/openfortivpn

Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
---
 .../openfortivpn/openfortivpn_1.20.3.bb          | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.20.3.bb

-- 
2.34.1

Comments

Khem Raj May 11, 2023, 11:50 p.m. UTC | #1
Fails to configure -

checking for /sbin/resolvconf... configure: error: cannot check for
file existence when cross compiling


https://errors.yoctoproject.org/Errors/Details/703717/

On Thu, May 11, 2023 at 9:33 AM Petr Gotthard
<petr.gotthard@advantech.cz> wrote:
>
> A client for PPP+SSL VPN tunnel services, compatible with Fortinet VPNs.
> https://github.com/adrienverge/openfortivpn
>
> Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
> ---
>  .../openfortivpn/openfortivpn_1.20.3.bb          | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>  create mode 100644 meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.20.3.bb
>
> diff --git a/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.20.3.bb b/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.20.3.bb
> new file mode 100644
> index 0000000000..84ef8f80d4
> --- /dev/null
> +++ b/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.20.3.bb
> @@ -0,0 +1,16 @@
> +SUMMARY = "Client for PPP+SSL VPN tunnel services"
> +LICENSE = "GPL-3.0-or-later"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=3d575262a651a6f1a17210ce41bf907d"
> +
> +SRC_URI = "git://github.com/adrienverge/openfortivpn.git;protocol=https;branch=master"
> +SRCREV = "45cb8e0f9984f1d54b648e499bda637d96568908"
> +
> +DEPENDS = "openssl"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit autotools pkgconfig
> +
> +EXTRA_OECONF = "--with-pppd=${sbindir}/pppd --disable-proc"
> +
> +RDEPENDS:${PN} = "ppp"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#102547): https://lists.openembedded.org/g/openembedded-devel/message/102547
> Mute This Topic: https://lists.openembedded.org/mt/98831514/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.20.3.bb b/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.20.3.bb
new file mode 100644
index 0000000000..84ef8f80d4
--- /dev/null
+++ b/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.20.3.bb
@@ -0,0 +1,16 @@ 
+SUMMARY = "Client for PPP+SSL VPN tunnel services"
+LICENSE = "GPL-3.0-or-later"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3d575262a651a6f1a17210ce41bf907d"
+
+SRC_URI = "git://github.com/adrienverge/openfortivpn.git;protocol=https;branch=master"
+SRCREV = "45cb8e0f9984f1d54b648e499bda637d96568908"
+
+DEPENDS = "openssl"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--with-pppd=${sbindir}/pppd --disable-proc"
+
+RDEPENDS:${PN} = "ppp"