From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: "Andreas Müller" <schnitzeltony@googlemail.com>
Subject: [meta-gnome][PATCH 5/7] sysprof: Inherit mime and mime-xdg
Date: Sun, 16 Feb 2020 12:47:06 -0800 [thread overview]
Message-ID: <20200216204708.7179-5-raj.khem@gmail.com> (raw)
In-Reply-To: <20200216204708.7179-1-raj.khem@gmail.com>
Use += for depends to not override prior ones
Fixes
sysprof-3.34.1: package contains mime types but does not inhert mime: sysprof path '/work/aarch64-yoe-linux/sysprof/3.34.1-r0/packages-split/sysprof/usr/share/mime/packages/sysprof-mime.xml' [mime]
sysprof-3.34.1: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: sysprof path '/work/aarch64-yoe-linux/sysprof/3.34.1-r0/packages-split/sysprof/usr/share/applications/org.gnome.Sysprof3.desktop' [mime-xdg]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@googlemail.com>
---
meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb b/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb
index 1e530efb17..ad69ab68c3 100644
--- a/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb
+++ b/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
file://src/sysprof/sysprof-application.c;endline=17;md5=a3de8df3b0f8876dd01e1388d2d4b607"
GNOMEBASEBUILDCLASS = "meson"
-inherit gnomebase gettext systemd upstream-version-is-even gsettings
+inherit gnomebase gettext systemd upstream-version-is-even gsettings mime mime-xdg
-DEPENDS = "glib-2.0 libxml2-native glib-2.0-native"
+DEPENDS += "glib-2.0 libxml2-native glib-2.0-native"
SRC_URI[archive.md5sum] = "cc32455277b31afb1965d627ae3e3629"
SRC_URI[archive.sha256sum] = "844bbb8d8b65071b3bca96f8e921319ceef81f2d2c51fcc9da63a4b355c893d0"
--
2.25.0
next prev parent reply other threads:[~2020-02-16 20:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-16 20:47 [meta-oe][PATCH 1/7] sigrok-cli: Inherit mime-xdg Khem Raj
2020-02-16 20:47 ` [meta-oe][PATCH 2/7] libsigrok: inherit mime Khem Raj
2020-02-16 20:47 ` [meta-oe][PATCH 3/7] joe: Inherit mime-xdg Khem Raj
2020-02-16 20:47 ` [meta-oe][PATCH 4/7] remmina: " Khem Raj
2020-02-16 20:47 ` Khem Raj [this message]
2020-02-16 20:47 ` [meta-oe][PATCH 6/7] gtkwave: Inherit mime and mime-xdg Khem Raj
2020-02-16 20:47 ` [meta-gnome][PATCH 7/7] gimp: Depend on libexecinfo for musl Khem Raj
2020-02-16 21:01 ` ✗ patchtest: failure for "[meta-oe] sigrok-cli: Inherit ..." and 6 more Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200216204708.7179-5-raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=schnitzeltony@googlemail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox