summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-03-01 18:23:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-01 17:50:30 +0000
commit5e1f0d593e6165405b292ff900071b31b81b8e42 (patch)
tree8354b0b07c30ac428e29a45d0ffc48f269996cd4 /meta/classes
parent0c8892fa1d097b303665acc328f74d09b9a72120 (diff)
downloadpoky-5e1f0d593e6165405b292ff900071b31b81b8e42.tar.gz
mime-xdg.bbclass: Fix typo in comment
(From OE-Core rev: d6fc0081f53ebc5b12ffff917cf3c04c270a69f1) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/mime-xdg.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/mime-xdg.bbclass b/meta/classes/mime-xdg.bbclass
index 63169e990d..642a5b7595 100644
--- a/meta/classes/mime-xdg.bbclass
+++ b/meta/classes/mime-xdg.bbclass
@@ -8,7 +8,7 @@ PACKAGE_WRITE_DEPS += "desktop-file-utils-native"
8DESKTOPDIR = "${datadir}/applications" 8DESKTOPDIR = "${datadir}/applications"
9 9
10# There are recipes out there installing their .desktop files as absolute 10# There are recipes out there installing their .desktop files as absolute
11# symlinks. For us these are dangling and cannot be introspected for "MymeType" 11# symlinks. For us these are dangling and cannot be introspected for "MimeType"
12# easily. By addding package-names to MIME_XDG_PACKAGES, packager can force 12# easily. By addding package-names to MIME_XDG_PACKAGES, packager can force
13# proper update-desktop-database handling. Note that all introspection is 13# proper update-desktop-database handling. Note that all introspection is
14# skipped for MIME_XDG_PACKAGES not empty 14# skipped for MIME_XDG_PACKAGES not empty