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:
daf0b3d
)
jhead: add do_install
author
Andrew Wilcox
<andy@protium.com>
Tue, 2 Jan 2007 15:11:44 +0000
(15:11 +0000)
committer
Andrew Wilcox
<andy@protium.com>
Tue, 2 Jan 2007 15:11:44 +0000
(15:11 +0000)
packages/jhead/jhead_2.6.0.bb
patch
|
blob
|
history
diff --git
a/packages/jhead/jhead_2.6.0.bb
b/packages/jhead/jhead_2.6.0.bb
index
d37dc0c
..
3779c1e
100644
(file)
--- a/
packages/jhead/jhead_2.6.0.bb
+++ b/
packages/jhead/jhead_2.6.0.bb
@@
-11,3
+11,8
@@
inherit autotools
do_configure() {
:
}
+
+do_install() {
+ install -d ${D}/bin
+ autotools_do_install
+}