# # 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}"