From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [meta-oe][PATCH 6/7] gtkwave: Inherit mime and mime-xdg
Date: Sun, 16 Feb 2020 12:47:07 -0800 [thread overview]
Message-ID: <20200216204708.7179-6-raj.khem@gmail.com> (raw)
In-Reply-To: <20200216204708.7179-1-raj.khem@gmail.com>
Use += for depends to not override prior ones
Fixes
gtkwave-3.3.103: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: gtkwave path '/work/aarch64-yoe-linux/gtkwave/3.3.103-r0/packages-split/gtkwave/usr/share/applications/gtkwave.desktop' [mime-xdg]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.103.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.103.bb b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.103.bb
index 286d9aa6a1..fec3c7ce1a 100644
--- a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.103.bb
+++ b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.103.bb
@@ -10,9 +10,9 @@ SRC_URI = "http://gtkwave.sourceforge.net/${BP}.tar.gz"
SRC_URI[md5sum] = "5a9a5913f9a02a333b2b23626f153fd7"
SRC_URI[sha256sum] = "c325abf7cf26c53309a67c0ecaaf196774fa982a717a102c599ac8a516eeeaf7"
-inherit pkgconfig autotools gettext texinfo
-DEPENDS = "tcl tk gperf-native bzip2 xz pango zlib gtk+ gdk-pixbuf glib-2.0"
-RDEPENDS_${PN} = "tk-lib"
+inherit pkgconfig autotools gettext texinfo mime mime-xdg
+DEPENDS += "tcl tk gperf-native bzip2 xz pango zlib gtk+ gdk-pixbuf glib-2.0"
+RDEPENDS_${PN} += "tk-lib"
# depends on gtk+ which has this restriction
inherit features_check
--
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 ` [meta-gnome][PATCH 5/7] sysprof: Inherit mime and mime-xdg Khem Raj
2020-02-16 20:47 ` Khem Raj [this message]
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-6-raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/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