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

18 lines
885 B
BlitzBasic
Raw Normal View History

2023-11-03 14:12:44 +08:00
inherit upkg_base
LICENSE = "LGPL-3.0+ | GPL-2.0+ & GPL-3.0+ | GFDL-1.2+ & MIT"
LICENSE:libunistring2 = "LGPL-3.0+ | GPL-2.0+ & GPL-3.0+ | GFDL-1.2+ & MIT"
LICENSE:libunistring-dev = "LGPL-3.0+ | GPL-2.0+ & GPL-3.0+ | GFDL-1.2+ & MIT"
# the information of ubuntu package(s)
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/main/libu/libunistring/libunistring-dev_0.9.10-2_arm64.deb;name=libunistring-dev"
SRC_URI[libunistring-dev.md5sum] = "431f6a68ffb8a395df01d2eba454c76b"
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/main/libu/libunistring/libunistring2_0.9.10-2_arm64.deb;name=libunistring2"
SRC_URI[libunistring2.md5sum] = "418c1646f62589ef1e0755f1e1653d93"
# other configs to feed compilation
PKG:${UPN} = "libunistring2"
DEPENDS += "libtool-cross virtual/aarch64-linux-gnu-gcc virtual/aarch64-linux-gnu-compilerlibs virtual/libc "
PROVIDES += "libunistring "