suitesparse: Exclude from world

It needs lapack which needs fortran
Move suitesparse into packagegroup-meta-oe-fortran-packages

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2020-11-11 10:12:03 -08:00
parent 4cdd651960
commit f3a2338978
2 changed files with 4 additions and 1 deletions

View File

@ -276,7 +276,6 @@ RDEPENDS_packagegroup-meta-oe-devtools ="\
rapidjson \
sip3 \
squashfs-tools-ng \
suitesparse \
uftrace \
libxerces-c \
xerces-c-samples \
@ -936,6 +935,7 @@ RDEPENDS_packagegroup-meta-oe-ptest-packages_remove_arm = "numactl-ptest"
RDEPENDS_packagegroup-meta-oe-fortran-packages = "\
lapack \
octave \
suitesparse \
"
# library-only or headers-only packages
# They wont be built as part of images but might be interesting to include

View File

@ -75,3 +75,6 @@ FILES_${PN} += " \
FILES_${PN}-staticdev += "${libdir}/libmongoose.a"
FILES_${PN}-dev += "${includedir} ${libdir}/*.so"
EXCLUDE_FROM_WORLD = "1"