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:
cf7dde4
)
pty 0.0 fix formatting
author
Michael Lauer
<mickey@vanille-media.de>
Mon, 10 Dec 2007 00:44:31 +0000
(
00:44
+0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Mon, 10 Dec 2007 00:44:31 +0000
(
00:44
+0000)
packages/gsm/pty_0.0.bb
patch
|
blob
|
history
diff --git
a/packages/gsm/pty_0.0.bb
b/packages/gsm/pty_0.0.bb
index
39592a9
..
ab767f7
100644
(file)
--- a/
packages/gsm/pty_0.0.bb
+++ b/
packages/gsm/pty_0.0.bb
@@
-5,12
+5,11
@@
PR = "r1"
SRC_URI = "file://pty.c"
do_compile() {
-
cp ${WORKDIR}/*.c ${S}/
+ cp ${WORKDIR}/*.c ${S}/
${CC} pty.c -o pty -I${STAGING_INCDIR} -L${STAGING_LIBDIR}
}
do_install() {
-
install -d ${D}${bindir}
+ install -d ${D}${bindir}
install -m 0755 pty ${D}${bindir}/
}
-