From a780643c4b6aa11e1a36965a69df7116477c7b4c Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 7 Dec 2004 22:05:47 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:packages.bb into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw --- libnet/libnet_1.0.2a.bb | 0 libnet/libnet_1.0.2a.oe | 28 ---------------------------- libnet/nonworking/libnet/libnet_1.1.2.1.bb | 0 libnet/nonworking/libnet/libnet_1.1.2.1.oe | 0 4 files changed, 28 deletions(-) create mode 100644 libnet/libnet_1.0.2a.bb delete mode 100644 libnet/libnet_1.0.2a.oe create mode 100644 libnet/nonworking/libnet/libnet_1.1.2.1.bb delete mode 100644 libnet/nonworking/libnet/libnet_1.1.2.1.oe (limited to 'libnet') diff --git a/libnet/libnet_1.0.2a.bb b/libnet/libnet_1.0.2a.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libnet/libnet_1.0.2a.oe b/libnet/libnet_1.0.2a.oe deleted file mode 100644 index 76885e6534..0000000000 --- a/libnet/libnet_1.0.2a.oe +++ /dev/null @@ -1,28 +0,0 @@ -SECTION = "libs" -DESCRIPTION = "Libnet is a collection of routines to help with \ -the construction and handling of network packets. It provides a \ -portable framework for low-level network packet shaping, \ -handling, and injection." - -SRC_URI = "http://www.packetfactory.net/libnet/dist/deprecated/libnet-${PV}.tar.gz \ - file://configure.patch;patch=1" -S = "${WORKDIR}/Libnet-${PV}" - -inherit autotools - -CPPFLAGS_prepend = "-I${S}/libnet/include -DHAVE_PF_PACKET " -EXTRA_OEMAKE = "'LIB_PREFIX=${libdir}/' 'MAN_PREFIX=${mandir}/' \ - 'BIN_PREFIX=${bindir}/' 'INC_PREFIX=${includedir}/'" - -do_stage () { - install -m 0755 libnet-config ${STAGING_BINDIR}/ - install -m 0644 include/libnet.h ${STAGING_INCDIR}/ - install -d ${STAGING_INCDIR}/libnet - install -m 0644 include/libnet/libnet-headers.h ${STAGING_INCDIR}/libnet/ - install -m 0644 include/libnet/libnet-functions.h ${STAGING_INCDIR}/libnet/ - install -m 0644 include/libnet/libnet-structures.h ${STAGING_INCDIR}/libnet/ - install -m 0644 include/libnet/libnet-macros.h ${STAGING_INCDIR}/libnet/ - install -m 0644 include/libnet/libnet-asn1.h ${STAGING_INCDIR}/libnet/ - install -m 0644 include/libnet/libnet-ospf.h ${STAGING_INCDIR}/libnet/ - oe_libinstall -a -C lib libnet ${STAGING_LIBDIR} -} diff --git a/libnet/nonworking/libnet/libnet_1.1.2.1.bb b/libnet/nonworking/libnet/libnet_1.1.2.1.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libnet/nonworking/libnet/libnet_1.1.2.1.oe b/libnet/nonworking/libnet/libnet_1.1.2.1.oe deleted file mode 100644 index e69de29bb2..0000000000 -- cgit v1.2.3