aboutsummaryrefslogtreecommitdiffstats
path: root/classes/opie_git.bbclass
blob: d705555b6da0ad3ae7c791c1528e3431eb24c38b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Class for Opie git recipes to ensure they get the correct PV
# Relies on OPIE_GIT_PV and OPIE_SRCREV being set (see
# conf/distro/include/preferred-opie-git-versions.inc) 

# Note: you will need to ensure the first entry in SRC_URI pointing
# to the Opie git repository has name=first

PV = "${OPIE_GIT_PV}${SRCPV}"

SRCREV = "${OPIE_SRCREV}"
SRCREV_FORMAT = "first"