summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-02-15 15:12:28 -0800
committerKhem Raj <raj.khem@gmail.com>2020-02-16 12:52:19 -0800
commit7012edb060b4c84614637938d9f151b80855a892 (patch)
tree38e2d8b38666f3b3f0b839bc229b18c5f133a1af /meta-oe
parent1eb621fce8a342256b4fc815c9844ee13cd4cb84 (diff)
downloadmeta-openembedded-7012edb060b4c84614637938d9f151b80855a892.tar.gz
sigrok-cli: Inherit mime-xdg
Fixes WARNING: sigrok-cli-0.7.1-r0 do_package_qa: QA Issue: package contains desktop file with key 'MimeType' but does not inhert mime-xdg Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.1.bb b/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.1.bb
index 2293f142b..369e2f6f4 100644
--- a/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.1.bb
+++ b/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.1.bb
@@ -10,7 +10,7 @@ PACKAGECONFIG[decode] = "--with-libsigrokdecode,--without-libsigrokdecode,libsig
10 10
11PACKAGECONFIG ??= "decode" 11PACKAGECONFIG ??= "decode"
12 12
13inherit autotools pkgconfig 13inherit autotools pkgconfig mime-xdg
14 14
15SRC_URI = "http://sigrok.org/download/source/sigrok-cli/sigrok-cli-${PV}.tar.gz" 15SRC_URI = "http://sigrok.org/download/source/sigrok-cli/sigrok-cli-${PV}.tar.gz"
16SRC_URI[md5sum] = "3f45ce664bad529d8b3f78a61b017d75" 16SRC_URI[md5sum] = "3f45ce664bad529d8b3f78a61b017d75"