aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dtc/dtc_git.bb
blob: 92740f0ac91417ffe2b990d7fce0b92062cc1d43 (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 = "${INC_PR}.0"
PR_append = "+gitr${SRCREV}"

DEFAULT_PREFERENCE = "-1"

S = "${WORKDIR}/git"