mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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 <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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 \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user