aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-02-15 15:30:20 -0800
committerKhem Raj <raj.khem@gmail.com>2020-02-16 12:52:19 -0800
commit815c6ac7f3b023b2fd03cd63c523dbf23bfd9f54 (patch)
tree02f7c3d51c5df2c37921ee650a33dba9d17e1f98
parentea5c076386bd1e894aaa5194b5c816d9843c76c4 (diff)
downloadmeta-openembedded-contrib-815c6ac7f3b023b2fd03cd63c523dbf23bfd9f54.tar.gz
remmina: Inherit mime-xdg
Fixes remmina-1.3.6: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: remmina path '/work/aarch64-yoe-linux/remmina/1.3.6-r0/packages-split/remmina/usr/share/applications/remmina-file.desktop' Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/remmina/remmina_1.3.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/remmina/remmina_1.3.6.bb b/meta-oe/recipes-support/remmina/remmina_1.3.6.bb
index 14fbc94b21..f9963ff65e 100644
--- a/meta-oe/recipes-support/remmina/remmina_1.3.6.bb
+++ b/meta-oe/recipes-support/remmina/remmina_1.3.6.bb
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "fbed745438bb0c21467b60cbd67c8148a9289b5ebc7482d06db443bea5
S = "${WORKDIR}/Remmina-v${PV}"
-inherit cmake features_check
+inherit cmake features_check mime-xdg
# depends on avahi-ui with this restriction
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"