From: Michael Lauer Date: Mon, 10 Dec 2007 00:44:31 +0000 (+0000) Subject: pty 0.0 fix formatting X-Git-Tag: Release-2010-05/1~8171^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2574d02fbe69bd537053e05fe29dfd9ac08645b7;p=openembedded.git pty 0.0 fix formatting --- diff --git a/packages/gsm/pty_0.0.bb b/packages/gsm/pty_0.0.bb index 39592a90a1..ab767f7979 100644 --- 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}/ } -