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