aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dtc/dtc_git.bb
blob: c2490fa55eced4d6f50df5046c70f1d4a62c4a45 (plain)
1
2
3
4
5
6
7
8
9
10
11
require dtc.inc

SRC_URI = "git://git.jdl.com/software/dtc.git;protocol=git"
SRCREV = "73dca9ae0b9abe6924ba640164ecce9f8df69c5a"
PV = "1.2.0"
PR = "r1"
PR_append = "+gitr${SRCREV}"

DEFAULT_PREFERENCE = "-1"

S = "${WORKDIR}/git"