From 6eecab74e3466891a1aa096914fff0e273be951e Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sat, 21 Mar 2020 22:02:15 +0200 Subject: [PATCH] octave: Fix QA issues WARNING: octave-4.4.1-r0 do_package_qa: QA Issue: package contains desktop file with key 'MimeType' but does not inhert mime-xdg [mime-xdg] WARNING: octave-4.4.1-r0 do_package_qa: QA Issue: octave: SRC_URI uses PN not BPN [src-uri-bad] Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/octave/octave_4.4.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-devtools/octave/octave_4.4.1.bb b/meta-oe/recipes-devtools/octave/octave_4.4.1.bb index 71d24504fb..ec3e8258a5 100644 --- a/meta-oe/recipes-devtools/octave/octave_4.4.1.bb +++ b/meta-oe/recipes-devtools/octave/octave_4.4.1.bb @@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" DEPENDS = "gperf-native texinfo lapack pcre readline" -inherit autotools pkgconfig texinfo gettext +inherit autotools pkgconfig texinfo gettext mime-xdg EXTRA_OECONF = "--disable-java --disable-docs" -SRC_URI = "${GNU_MIRROR}/octave/${PN}-${PV}.tar.gz \ +SRC_URI = "${GNU_MIRROR}/octave/${BPN}-${PV}.tar.gz \ file://fix-blas-library-integer-size.patch \ "