diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/wrt/wrt-imagetools-native.bb | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/wrt/wrt-imagetools-native.bb')
-rw-r--r-- | packages/wrt/wrt-imagetools-native.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/wrt/wrt-imagetools-native.bb b/packages/wrt/wrt-imagetools-native.bb index e69de29bb2..cd5d802765 100644 --- a/packages/wrt/wrt-imagetools-native.bb +++ b/packages/wrt/wrt-imagetools-native.bb @@ -0,0 +1,16 @@ +SRC_URI = "cvs://anonymous@openwrt.org/openwrt;module=openwrt/target/utils/src;tag=TESTED" +S = "${WORKDIR}/src/" + +inherit native + +do_compile() { + ${CC} -o trx trx.c + ${CC} -o motorola-bin motorola-bin.c + ${CC} -o addpattern addpattern.c +} + +do_stage() { + install -m 0755 ${S}/trx ${STAGING_BINDIR} + install -m 0755 ${S}/motorola-bin ${STAGING_BINDIR} + install -m 0755 ${S}/addpattern ${STAGING_BINDIR} +}
\ No newline at end of file |