15 lines
510 B
BlitzBasic
15 lines
510 B
BlitzBasic
inherit autotools-brokensep pkgconfig
|
|
|
|
DESCRIPTION = "GPS Loc Stub"
|
|
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_stub/"
|
|
S = "${WORKDIR}/hardware/qcom/gps/platform_lib_abstractions/loc_stub"
|
|
DEPENDS = "glib-2.0 libhardware"
|
|
EXTRA_OECONF = "--with-libhardware-includes=${STAGING_INCDIR} \
|
|
--with-glib"
|