From 7746a0acb279f44997a42b4a95631fad0adb6692 Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Fri, 18 Apr 2008 07:28:48 +0000 Subject: [PATCH] dtc-native_1.0.0.bb: fix SRC_URI and S definitions, they have changed --- packages/dtc/dtc-native_1.0.0.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/dtc/dtc-native_1.0.0.bb b/packages/dtc/dtc-native_1.0.0.bb index 35c9b1161c..493c64e395 100644 --- a/packages/dtc/dtc-native_1.0.0.bb +++ b/packages/dtc/dtc-native_1.0.0.bb @@ -2,12 +2,13 @@ DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Fi SECTION = "bootloader" PRIORITY = "optional" LICENSE = "GPL" +PR = "r1" DEFAULT_PREFERENCE = "1" -SRC_URI = "http://www.jdl.com/pub/software/dtc-${PV}.tgz" +SRC_URI = "http://www.jdl.com/software/dtc-v${PV}.tgz" -S = "${WORKDIR}/dtc" +S = "${WORKDIR}/dtc-v${PV}" inherit autotools native -- 2.39.5