dtc-native_1.0.0.bb: fix SRC_URI and S definitions, they have changed
authorJeremy Laine <jeremy.laine@m4x.org>
Fri, 18 Apr 2008 07:28:48 +0000 (07:28 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Fri, 18 Apr 2008 07:28:48 +0000 (07:28 +0000)
packages/dtc/dtc-native_1.0.0.bb

index 35c9b11..493c64e 100644 (file)
@@ -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