rk3568_ubuntu_r60_v1.3.2/yocto/meta-quectel-app/recipes/example/apptest_0.1.bb
2023-11-03 06:12:44 +00:00

20 lines
379 B
BlitzBasic

#
# This file was derived from the 'Hello World!' example recipe in the
# Yocto Project Development Manual.
#
inherit autotools-brokensep pkgconfig
LICENSE = "CLOSED"
DESCRIPTION = "Quectel App Test"
DEPENDS = "glib-2.0"
FILESPATH =+ "${TOPDIR}/../../external/quectel-app/example/:"
SRC_URI = "file://apptest"
S = "${WORKDIR}/apptest"
PACKAGE_ARCH ?= "${MACHINE_ARCH}"