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

14 lines
552 B
BlitzBasic
Raw Normal View History

2023-11-03 14:12:44 +08:00
inherit upkg_base
LICENSE = "MIT"
LICENSE:libpthread-stubs0-dev = "MIT"
# the information of ubuntu package(s)
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/main/libp/libpthread-stubs/libpthread-stubs0-dev_0.4-1_arm64.deb;name=libpthread-stubs0-dev"
SRC_URI[libpthread-stubs0-dev.md5sum] = "93dbd5c581ed753f34c2cc84253d3069"
# other configs to feed compilation
PKG:${UPN} = "libpthread-stubs0-dev"
DEPENDS += "libtool-cross virtual/aarch64-linux-gnu-gcc virtual/aarch64-linux-gnu-compilerlibs virtual/libc "
PROVIDES += "libpthread-stubs "