its always good to resend whole series when you rebase and send v2, v3
and so on.

On Sun, May 14, 2023 at 3:13 PM Petr Gotthard
<[email protected]> wrote:
>
> Ping. Could you please have a look on this patch? It was likely missed due to 
> errors in my other NetworkManager related patches, but I double checked this 
> one is correct.
>
> -----Original Message-----
> From: Petr Gotthard
> Sent: Thursday, May 11, 2023 6:33 PM
> To: [email protected]
> Subject: [meta-networking][PATCH] networkmanager-openconnect: add new recipe
>
> Integration of the OpenConnect VPN client to the NetworkManager 
> https://gitlab.gnome.org/GNOME/NetworkManager-openconnect
>
> Signed-off-by: Petr Gotthard <[email protected]>
> ---
>  .../networkmanager-openconnect_1.2.8.bb       | 46 +++++++++++++++++++
>  1 file changed, 46 insertions(+)
>  create mode 100644 
> meta-networking/recipes-connectivity/networkmanager/networkmanager-openconnect_1.2.8.bb
>
> diff --git 
> a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openconnect_1.2.8.bb
>  
> b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openconnect_1.2.8.bb
> new file mode 100644
> index 0000000000..c978defbbf
> --- /dev/null
> +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager
> +++ -openconnect_1.2.8.bb
> @@ -0,0 +1,46 @@
> +SUMMARY = "OpenConnect VPN client for NetworkManager"
> +SECTION = "net/misc"
> +
> +LICENSE = "GPL-2.0-or-later"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=186e8b54342da4f753a62b7748c947db"
> +
> +DEPENDS = "glib-2.0-native intltool-native libxml2 networkmanager 
> openconnect"
> +
> +inherit gnomebase useradd
> +
> +SRC_URI = 
> "${GNOME_MIRROR}/NetworkManager-openconnect/${@gnome_verdir("${PV}")}/NetworkManager-openconnect-${PV}.tar.xz"
> +
> +SRC_URI[sha256sum] = 
> "5dedaa785d82d8e239ddd082bfac5250c691e964464be1807b6827263633cdcc"
> +
> +S = "${WORKDIR}/NetworkManager-openconnect-${PV}"
> +
> +# meta-gnome in layers is required using gnome:
> +PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome,gtk+3 gcr3 libnma 
> libsecret,"
> +PACKAGECONFIG[gtk4] = "--with-gtk4,--without-gtk4,gtk4,"
> +
> +do_configure:append() {
> +    # network-manager-openconnect.metainfo.xml is created in source folder 
> but
> +    # compile expects it in build folder. As long as nobody comes up with a
> +    # better solution just support build:
> +    if [ -e ${S}/appdata/network-manager-openconnect.metainfo.xml ]; then
> +        mkdir -p ${B}/appdata
> +        cp -f ${S}/appdata/network-manager-openconnect.metainfo.xml 
> ${B}/appdata/
> +    fi
> +}
> +
> +USERADD_PACKAGES = "${PN}"
> +USERADD_PARAM:${PN} = "--system nm-openconnect"
> +
> +FILES:${PN} += " \
> +    ${libdir}/NetworkManager/*.so \
> +    ${nonarch_libdir}/NetworkManager/VPN/nm-openconnect-service.name \
> +"
> +
> +FILES:${PN}-staticdev += " \
> +    ${libdir}/NetworkManager/*.a \
> +"
> +
> +RDEPENDS:${PN} = " \
> +    networkmanager \
> +    openconnect \
> +"
> --
> 2.34.1
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#102590): 
https://lists.openembedded.org/g/openembedded-devel/message/102590
Mute This Topic: https://lists.openembedded.org/mt/98831510/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to