aboutsummaryrefslogtreecommitdiffstats
path: root/pad/pad-native.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-20 01:29:59 +0000
committerPhil Blundell <philb@gnu.org>2004-06-20 01:29:59 +0000
commit15f9403fc85dbcd05b430df639225b2663d65c62 (patch)
treec1d3d5a228049eb291281aa2cea0f073ab973688 /pad/pad-native.oe
parentda9a765e30d11ea4082e55022d4ef66eb5aee733 (diff)
downloadopenembedded-15f9403fc85dbcd05b430df639225b2663d65c62.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages 2004/06/20 02:29:01+01:00 (none)!pb fix up simpad utilities BKrev: 40d4e8974wNFRCL96szWXzQdmuXT5g
Diffstat (limited to 'pad/pad-native.oe')
-rw-r--r--pad/pad-native.oe3
1 files changed, 2 insertions, 1 deletions
diff --git a/pad/pad-native.oe b/pad/pad-native.oe
index adf6d28f59..83e9f6779e 100644
--- a/pad/pad-native.oe
+++ b/pad/pad-native.oe
@@ -1,10 +1,11 @@
DESCRIPTION = "Console utility for padding a file (filling with 0 to reach a specified length)"
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/pad"
+SRC_URI = "file://pad.c"
inherit native
do_compile() {
- cp ${WORKDIR}/*.c .
+ cp ${WORKDIR}/pad.c .
${CC} -I. -o pad pad.c
}