aboutsummaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-navigation/gpsd/gpsd_%.bbappend
blob: 5b3a8498a13ed0b76256cdc620676545ea9cf45f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# We can not use PV here, it will be expanded too early (to the '%' value).
# Thus use a temporal variable which substituted later. Note the difference
# between immediate expansion (to get THISDIR) and regular expansion.
#
# The order of these assignments is also important

FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}-${gpsPV}:${THISDIR}/${BPN}:"
gpsPV = "${PV}"

SRC_URI += " \
    file://0001-Introduce-Qualcomm-PDS-service-support.patch \
"