diff options
| author | Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> | 2021-01-08 13:43:04 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-09 12:30:00 -0800 |
| commit | 2c844156be8a4a7c78cabf27707a517778a0a099 (patch) | |
| tree | 9a0c2b73b7689c54e3fc37cc215dde3a7a288a44 /meta-oe/recipes-support/remmina | |
| parent | 4599fea8819fc6766ea3f3ccce64c4607e5071c4 (diff) | |
| download | meta-openembedded-2c844156be8a4a7c78cabf27707a517778a0a099.tar.gz | |
remmina: Update to 1.4.10
Set PV to contain SRCPV properly as well
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/remmina')
| -rw-r--r-- | meta-oe/recipes-support/remmina/remmina_1.4.10.bb (renamed from meta-oe/recipes-support/remmina/remmina_1.4.8.bb) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.8.bb b/meta-oe/recipes-support/remmina/remmina_1.4.10.bb index 336357088f..ef36fddcb2 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.8.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.10.bb | |||
| @@ -9,10 +9,12 @@ 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 | SRCREV = "7ebc497062de66881b71bbe7f54dabfda0129ac2" | 12 | SRCREV = "9d1dbdf2d648644e0de9590c6291d7e7b72a1473" |
| 13 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https \ | 13 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | PV .= "+git${SRCPV}" | ||
| 17 | |||
| 16 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 17 | 19 | ||
| 18 | inherit cmake features_check mime-xdg | 20 | inherit cmake features_check mime-xdg |
