Files
meta-openembedded/meta-networking/recipes-protocols/xl2tpd/xl2tpd_git.bb
Joe Slater 37edcea5b7 xl2tpd: modify recipes to avoid forced internet access
We should always specify a commit id for git SRCREV or
we will try to access the upstream repo when fetching.

In addition, if our PV is just "git" we will access upstream
when doing archiver functions, so we should specify PV for
xyz_git.bb recipes.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2016-01-20 21:41:46 -05:00

9 lines
171 B
BlitzBasic

require xl2tpd.inc
# This is v1.3.6 plus some commits. There is no tag for this commit.
#
PV = "1.3.6+git${SRCPV}"
SRCREV = "a96b345962622ea58490924130675df6db062d11"