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:
9ede6a9
)
dtc_1.1.0.bb: keep dtc in sync with dtc-native, update to version 1.1.0
author
Jeremy Laine
<jeremy.laine@m4x.org>
Fri, 18 Apr 2008 08:05:23 +0000
(08:05 +0000)
committer
Jeremy Laine
<jeremy.laine@m4x.org>
Fri, 18 Apr 2008 08:05:23 +0000
(08:05 +0000)
packages/dtc/dtc_1.1.0.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/dtc/dtc_1.1.0.bb
b/packages/dtc/dtc_1.1.0.bb
new file mode 100644
(file)
index 0000000..
933716d
--- /dev/null
+++ b/
packages/dtc/dtc_1.1.0.bb
@@ -0,0
+1,17
@@
+DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels."
+SECTION = "bootloader"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+DEFAULT_PREFERENCE = "1"
+
+SRC_URI = "http://www.jdl.com/software/dtc-v${PV}.tgz"
+
+S = "${WORKDIR}/dtc-v${PV}"
+
+inherit autotools
+
+do_install() {
+ install -m 0755 -d ${D}${bindir}
+ install -m 755 dtc ${D}${bindir}/dtc
+}