M7350/oe-core/meta-msm/recipes/loc-api/loc-api_git.bb
2024-09-09 08:52:07 +00:00

16 lines
480 B
BlitzBasic

inherit autotools
DESCRIPTION = "GPS Location API"
PR = "r3"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/\
${LICENSE};md5=3775480a712fc46a69647678acb234cb"
SRC_URI = "file://${WORKSPACE}/hardware/qcom/gps"
DEPENDS = "qmi-framework glib-2.0 libhardware"
EXTRA_OECONF = "--with-libhardware-includes=${STAGING_INCDIR} \
--with-core-includes=${WORKSPACE}/system/core/include \
--with-glib"
S = "${WORKDIR}/gps"