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:
a44217d
)
dtc-native: Switch from legacy staging
author
Tom Rini
<tom_rini@mentor.com>
Mon, 4 Oct 2010 21:49:30 +0000
(14:49 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Mon, 4 Oct 2010 22:22:52 +0000
(15:22 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/dtc/dtc-native.inc
patch
|
blob
|
history
diff --git
a/recipes/dtc/dtc-native.inc
b/recipes/dtc/dtc-native.inc
index
8388458
..
4503bc7
100644
(file)
--- a/
recipes/dtc/dtc-native.inc
+++ b/
recipes/dtc/dtc-native.inc
@@
-2,7
+2,9
@@
require dtc.inc
inherit native
-do_stage() {
- install -m 755 dtc ${STAGING_BINDIR}/dtc
-}
+NATIVE_INSTALL_WORKS = "1"
+do_install() {
+ install -d ${D}${bindir}
+ install -m 755 dtc ${D}${bindir}/
+}