rk3568_ubuntu_r60_v1.3.2/yocto/poky/meta-qti-ubuntu/recipes-toolchain/ubuntu/netcdf-ubuntu.bb

18 lines
620 B
BlitzBasic
Raw Normal View History

2023-11-03 14:12:44 +08:00
inherit upkg_base
LICENSE = "BSD-3-Clause"
LICENSE:libnetcdf15 = "BSD-3-Clause"
LICENSE:libnetcdf-dev = "BSD-3-Clause"
# the information of ubuntu package(s)
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/universe/n/netcdf/libnetcdf-dev_4.7.3-1_arm64.deb;name=libnetcdf-dev"
SRC_URI[libnetcdf-dev.md5sum] = "dc7a435626ee05874fe3bead1f7a39fe"
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/universe/n/netcdf/libnetcdf15_4.7.3-1_arm64.deb;name=libnetcdf15"
SRC_URI[libnetcdf15.md5sum] = "58860d0034d95960c7e4121c484c9917"
# other configs to feed compilation
PKG:${UPN} = "libnetcdf15"
DEPENDS += "hdf5"