From 5b8ae45ee56c0659c1ee9aa9c6db41f5727d44b7 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Fri, 14 Oct 2022 16:05:31 -0300 Subject: [PATCH] remmina: Update to 1.4.27 Update to the 1.4.27 version and also pass -DWITH_WEBKIT2GTK=OFF to allow building it without webkit2gtk support. Signed-off-by: Fabio Estevam Signed-off-by: Khem Raj --- .../remmina/{remmina_1.4.24.bb => remmina_1.4.27.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/remmina/{remmina_1.4.24.bb => remmina_1.4.27.bb} (90%) diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.24.bb b/meta-oe/recipes-support/remmina/remmina_1.4.27.bb similarity index 90% rename from meta-oe/recipes-support/remmina/remmina_1.4.24.bb rename to meta-oe/recipes-support/remmina/remmina_1.4.27.bb index 23cafa7e48..7eb87a0055 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.24.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.27.bb @@ -25,14 +25,14 @@ DEPENDS = " \ DEPENDS:append:libc-musl = " libexecinfo" LDFLAGS:append:libc-musl = " -lexecinfo" -SRCREV = "ffa6a7ef9c6be7951bac23d14df148098fd2d3fa" +SRCREV = "9d409a3556c8c2759a376b4f4ac5149db7aacf4f" SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" S = "${WORKDIR}/git" inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig REQUIRED_DISTRO_FEATURES = "x11" -EXTRA_OECMAKE += "-DWITH_APPINDICATOR=OFF -DWITH_GETTEXT=OFF -DWITH_TRANSLATIONS=OFF -DHAVE_LIBAPPINDICATOR=OFF" +EXTRA_OECMAKE += "-DWITH_APPINDICATOR=OFF -DWITH_GETTEXT=OFF -DWITH_TRANSLATIONS=OFF -DHAVE_LIBAPPINDICATOR=OFF -DWITH_WEBKIT2GTK=OFF" PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol" # Switch on gtk support in avahi recipe if you want to enable avahi support