diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-14 20:05:12 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-14 20:05:12 +0000 |
commit | 1d53017dcc04b1619c228059c1cc8094721f4edd (patch) | |
tree | 4586616614ff6e5ced3961efd64823b5f321ca79 /zcip | |
parent | d5c08baedc06114af1fb4097564497e2fc6e4460 (diff) |
Rename a ton of files to deal with the seperator change.
BKrev: 3f8c56f8VmGkGikIZwqf-Y_cce7tdg
Diffstat (limited to 'zcip')
-rw-r--r-- | zcip/zcip-4.oe | 18 | ||||
-rw-r--r-- | zcip/zcip_4.oe | 0 |
2 files changed, 0 insertions, 18 deletions
diff --git a/zcip/zcip-4.oe b/zcip/zcip-4.oe deleted file mode 100644 index 6116ed3967..0000000000 --- a/zcip/zcip-4.oe +++ /dev/null @@ -1,18 +0,0 @@ -DEPENDS = virtual/libc libpcap libnet-1.0.2a -RDEPENDS = libc6 - -SRC_URI := ${SOURCEFORGE_MIRROR}/zeroconf/zcip-4.tar.gz \ - file://${FILESDIR}/compile.patch;patch=1 \ - file://${FILESDIR}/linux-types.patch;patch=1 \ - file://${FILESDIR}/char-signed-idiocy.patch;patch=1 -S := ${WORKDIR}/${P} - -CPPFLAGS_append = " -DLIBNET_LIL_ENDIAN" -do_compile () { - oe_runmake 'LIBS=${STAGING_LIBDIR}/libpcap.a ${STAGING_LIBDIR}/libnet.a' -} - -do_install () { - install -d ${D}/${sbindir} - install -m 0744 make-arp zcip ${D}/${sbindir}/ -} diff --git a/zcip/zcip_4.oe b/zcip/zcip_4.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/zcip/zcip_4.oe |