diff options
Diffstat (limited to 'recipes/dtc/dtc_1.1.0.bb')
-rw-r--r-- | recipes/dtc/dtc_1.1.0.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/dtc/dtc_1.1.0.bb b/recipes/dtc/dtc_1.1.0.bb new file mode 100644 index 0000000000..7cdccec066 --- /dev/null +++ b/recipes/dtc/dtc_1.1.0.bb @@ -0,0 +1,8 @@ +require dtc.inc + +PR = "r1" + +SRC_URI = "http://www.jdl.com/software/dtc-v${PV}.tgz" + +S = "${WORKDIR}/dtc-v${PV}" + |