Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
tpm2-tools_git.bb: fix SRC_URI
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
  • Loading branch information
macpijan authored and flihp committed Oct 17, 2018
1 parent f741333 commit 31a7833
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion recipes-tpm/tpm2-tools/tpm2-tools_git.bb
Expand Up @@ -2,7 +2,12 @@ include tpm2-tools.inc

DEFAULT_PREFERENCE = "-1"

# https://lists.yoctoproject.org/pipermail/yocto/2013-November/017042.html
BRANCH= = "master"

SRC_URI = " \
git://github.com/tpm2-software/tpm2-tools.git;branch=${BRANCH} \
"

SRCREV = "${AUTOREV}"
PVBASE := "${PV}"
PV = "${PVBASE}.${SRCPV}"

0 comments on commit 31a7833

Please sign in to comment.