diff options
-rw-r--r-- | meta-oe/recipes-support/remmina/remmina_1.4.8.bb (renamed from meta-oe/recipes-support/remmina/remmina_1.4.7.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.7.bb b/meta-oe/recipes-support/remmina/remmina_1.4.8.bb index 661673d6b2..336357088f 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.7.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.8.bb | |||
@@ -9,11 +9,11 @@ DEPENDS += "openssl freerdp gtk+3 gdk-pixbuf atk libgcrypt avahi libsodium libss | |||
9 | DEPENDS_append_libc-musl = " libexecinfo" | 9 | DEPENDS_append_libc-musl = " libexecinfo" |
10 | LDFLAGS_append_libc-musl = " -lexecinfo" | 10 | LDFLAGS_append_libc-musl = " -lexecinfo" |
11 | 11 | ||
12 | SRC_URI = "https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/Remmina-v${PV}.tar.bz2 \ | 12 | SRCREV = "7ebc497062de66881b71bbe7f54dabfda0129ac2" |
13 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https \ | ||
13 | " | 14 | " |
14 | SRC_URI[sha256sum] = "7614d447dc588403aff2ff97b253f46c5f03a6347d024618e84490b8ab4cd87b" | ||
15 | 15 | ||
16 | S = "${WORKDIR}/Remmina-v${PV}" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | inherit cmake features_check mime-xdg | 18 | inherit cmake features_check mime-xdg |
19 | REQUIRED_DISTRO_FEATURES = "x11" | 19 | REQUIRED_DISTRO_FEATURES = "x11" |