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:
0ec3b2d
)
fconfig: Actually install binary, so it gets packaged
author
Oyvind Repvik
<nail@nslu2-linux.org>
Mon, 2 Apr 2007 14:27:10 +0000
(14:27 +0000)
committer
Oyvind Repvik
<nail@nslu2-linux.org>
Mon, 2 Apr 2007 14:27:10 +0000
(14:27 +0000)
packages/redboot-utils/fconfig_20060419.bb
patch
|
blob
|
history
diff --git
a/packages/redboot-utils/fconfig_20060419.bb
b/packages/redboot-utils/fconfig_20060419.bb
index
d34d053
..
561718f
100644
(file)
--- a/
packages/redboot-utils/fconfig_20060419.bb
+++ b/
packages/redboot-utils/fconfig_20060419.bb
@@
-1,9
+1,14
@@
DESCRIPTION = "Tool to edit the Redboot config from userspace"
-PR = "r
0
"
+PR = "r
1
"
SRC_URI = "http://andrzejekiert.ovh.org/software/fconfig/fconfig-20060419.tar.gz"
S = ${WORKDIR}/fconfig
do_compile() {
${MAKE}
-}
\ No newline at end of file
+}
+
+do_install() {
+ install -d ${D}/${sbindir}
+ install -m 755 ${S}/fconfig ${D}/${sbindir}
+}