Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Sun, 20 Jun 2004 01:29:59 +0000 (01:29 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 20 Jun 2004 01:29:59 +0000 (01:29 +0000)
into stealth.(none):/home/pb/oe/oe-packages

2004/06/20 02:29:01+01:00 (none)!pb
fix up simpad utilities

BKrev: 40d4e8974wNFRCL96szWXzQdmuXT5g

pad/pad-native.oe
simpad-utilities/serload-native.oe

index adf6d28..83e9f67 100644 (file)
@@ -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
 }
 
index ee15cab..bebfd48 100644 (file)
@@ -1,5 +1,6 @@
 DESCRIPTION = "Console utility for transferring a SIMpad boot image via serial a SIMpad"
 FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/serload"
+SRC_URI = "file://serialdownload.cpp file://main.cpp file://serialdownload.h"
 
 inherit native