rk3568_ubuntu_r60_v1.3.2/yocto/poky/meta-qti-ubuntu/recipes-toolchain/ubuntu/openexr-ubuntu.bb
2023-11-03 06:12:44 +00:00

18 lines
669 B
BlitzBasic

inherit upkg_base
LICENSE = "BSD-3-clause"
LICENSE:libopenexr24 = "BSD-3-clause"
LICENSE:libopenexr-dev = "BSD-3-clause"
# the information of ubuntu package(s)
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/universe/o/openexr/libopenexr-dev_2.3.0-6build1_arm64.deb;name=libopenexr-dev"
SRC_URI[libopenexr-dev.md5sum] = "0d08421be55656c62f27a77e72e1222d"
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/universe/o/openexr/libopenexr24_2.3.0-6build1_arm64.deb;name=libopenexr24"
SRC_URI[libopenexr24.md5sum] = "7b7e6c73d6b57ea124b603fa4ed24975"
# other configs to feed compilation
PKG:${UPN} = "libopenexr24"
DEPENDS += "ilmbase zlib libgcc libstdc++ "