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

26 lines
1.2 KiB
BlitzBasic
Raw Normal View History

2023-11-03 14:12:44 +08:00
inherit upkg_base
LICENSE = "BSD-3-Clause"
LICENSE:libpcre2-8-0 = "BSD-3-Clause"
LICENSE:libpcre2-16-0 = "BSD-3-Clause"
LICENSE:libpcre2-32-0 = "BSD-3-Clause"
LICENSE:libpcre2-dev = "BSD-3-Clause"
# the information of ubuntu package(s)
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/main/p/pcre2/libpcre2-dev_10.34-7_arm64.deb;name=libpcre2-dev"
SRC_URI[libpcre2-dev.md5sum] = "0aa6f2862768ab08fbf3c27d3c600998"
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/main/p/pcre2/libpcre2-32-0_10.34-7_arm64.deb;name=libpcre2-32-0"
SRC_URI[libpcre2-32-0.md5sum] = "219e9bc64ca7673022157188e76cbce6"
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/main/p/pcre2/libpcre2-16-0_10.34-7_arm64.deb;name=libpcre2-16-0"
SRC_URI[libpcre2-16-0.md5sum] = "ebfcff0becfc0c278b91224020380c64"
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/main/p/pcre2/libpcre2-8-0_10.34-7_arm64.deb;name=libpcre2-8-0"
SRC_URI[libpcre2-8-0.md5sum] = "3b654c6c3e623b1b67c557622efaee3c"
# other configs to feed compilation
PKG:${UPN} = "libpcre2-8-0"
DEPENDS += "libtool-cross virtual/aarch64-linux-gnu-gcc virtual/aarch64-linux-gnu-compilerlibs virtual/libc bzip2 zlib"
PROVIDES += "libpcre2 pcre2"