rk3568_ubuntu_r60_v1.3.2/yocto/poky/meta-quectel-ubuntu/recipes-toolchain/ubuntu/dosfstools-ubuntu.bb

14 lines
533 B
BlitzBasic
Raw Normal View History

2023-11-03 14:12:44 +08:00
inherit upkg_base
LICENSE = "LGPL-2.1+ & GPL-2.0+ & GPL-3.0+ & PD"
LICENSE:dosfstools = "LGPL-2.1+ & GPL-2.0+ & GPL-3.0+ & PD"
# the information of ubuntu package(s)
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/main/d/dosfstools/dosfstools_4.1-2_arm64.deb;name=dosfstools"
SRC_URI[dosfstools.md5sum] = "0570d5ab985059ad10ac0233c94c327e"
# other configs to feed compilation
PKG:${UPN} = "dosfstools"
DEPENDS += "virtual/aarch64-linux-gnu-gcc virtual/aarch64-linux-gnu-compilerlibs virtual/libc "
PROVIDES += "dosfstools "