git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06b034d
)
dtc-native_1.0.0.bb: fix SRC_URI and S definitions, they have changed
author
Jeremy Laine
<jeremy.laine@m4x.org>
Fri, 18 Apr 2008 07:28:48 +0000
(07:28 +0000)
committer
Jeremy Laine
<jeremy.laine@m4x.org>
Fri, 18 Apr 2008 07:28:48 +0000
(07:28 +0000)
packages/dtc/dtc-native_1.0.0.bb
patch
|
blob
|
history
diff --git
a/packages/dtc/dtc-native_1.0.0.bb
b/packages/dtc/dtc-native_1.0.0.bb
index
35c9b11
..
493c64e
100644
(file)
--- 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