diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /libnet | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
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
Diffstat (limited to 'libnet')
-rw-r--r-- | libnet/libnet_1.0.2a.bb (renamed from libnet/nonworking/libnet/libnet_1.1.2.1.oe) | 0 | ||||
-rw-r--r-- | libnet/libnet_1.0.2a.oe | 28 | ||||
-rw-r--r-- | libnet/nonworking/libnet/libnet_1.1.2.1.bb | 0 |
3 files changed, 0 insertions, 28 deletions
diff --git a/libnet/nonworking/libnet/libnet_1.1.2.1.oe b/libnet/libnet_1.0.2a.bb index e69de29bb2..e69de29bb2 100644 --- a/libnet/nonworking/libnet/libnet_1.1.2.1.oe +++ b/libnet/libnet_1.0.2a.bb 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 --- /dev/null +++ b/libnet/nonworking/libnet/libnet_1.1.2.1.bb |