diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-02-15 15:12:28 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-16 12:52:19 -0800 |
commit | 7012edb060b4c84614637938d9f151b80855a892 (patch) | |
tree | 38e2d8b38666f3b3f0b839bc229b18c5f133a1af /meta-oe | |
parent | 1eb621fce8a342256b4fc815c9844ee13cd4cb84 (diff) | |
download | meta-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.bb | 2 |
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 2293f142b3..369e2f6f4a 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 | ||
11 | PACKAGECONFIG ??= "decode" | 11 | PACKAGECONFIG ??= "decode" |
12 | 12 | ||
13 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig mime-xdg |
14 | 14 | ||
15 | SRC_URI = "http://sigrok.org/download/source/sigrok-cli/sigrok-cli-${PV}.tar.gz" | 15 | SRC_URI = "http://sigrok.org/download/source/sigrok-cli/sigrok-cli-${PV}.tar.gz" |
16 | SRC_URI[md5sum] = "3f45ce664bad529d8b3f78a61b017d75" | 16 | SRC_URI[md5sum] = "3f45ce664bad529d8b3f78a61b017d75" |