M7350/oe-core/meta-msm/recipes/loc-pla/loc-pla_git.bb
2024-09-09 08:57:42 +00:00

15 lines
466 B
BlitzBasic

inherit autotools-brokensep pkgconfig
DESCRIPTION = "GPS Loc Platform Library Abstraction"
PR = "r1"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/\
${LICENSE};md5=3775480a712fc46a69647678acb234cb"
FILESPATH =+ "${WORKSPACE}:"
SRC_URI = "file://hardware/qcom/gps/platform_lib_abstractions/loc_pla/"
S = "${WORKDIR}/hardware/qcom/gps/platform_lib_abstractions/loc_pla"
DEPENDS = "glib-2.0 loc-stub"
EXTRA_OECONF = "--with-glib"