diff options
author | Fabio Estevam <festevam@denx.de> | 2022-12-03 09:47:26 -0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-05 09:16:24 -0800 |
commit | 5fbf0d665cbd75e6a03862d3385d704beec72b0a (patch) | |
tree | 08d3a9763953b7cc45799a12a2fec5f776f3bf7b | |
parent | c23bde86d0bcba3acc677bc4cd3240a8b3116921 (diff) | |
download | meta-openembedded-5fbf0d665cbd75e6a03862d3385d704beec72b0a.tar.gz |
remmina: Update to 1.4.28
Update to the 1.4.28 version, which includes the following changes:
https://gitlab.com/Remmina/Remmina/-/compare/v1.4.27...v1.4.28
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/remmina/remmina_1.4.28.bb (renamed from meta-oe/recipes-support/remmina/remmina_1.4.27.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.27.bb b/meta-oe/recipes-support/remmina/remmina_1.4.28.bb index 7eb87a0055..aacba787ae 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.27.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.28.bb | |||
@@ -25,7 +25,7 @@ DEPENDS = " \ | |||
25 | DEPENDS:append:libc-musl = " libexecinfo" | 25 | DEPENDS:append:libc-musl = " libexecinfo" |
26 | LDFLAGS:append:libc-musl = " -lexecinfo" | 26 | LDFLAGS:append:libc-musl = " -lexecinfo" |
27 | 27 | ||
28 | SRCREV = "9d409a3556c8c2759a376b4f4ac5149db7aacf4f" | 28 | SRCREV = "852ceab35b0feaba07124265d0e2fa8c629b9dc1" |
29 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" | 29 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" |
30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
31 | 31 | ||