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 /libpcap | |
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 'libpcap')
-rw-r--r-- | libpcap/libpcap_0.7.2.bb | 0 | ||||
-rw-r--r-- | libpcap/libpcap_0.7.2.oe | 30 | ||||
-rw-r--r-- | libpcap/libpcap_0.8.1.bb | 0 | ||||
-rw-r--r-- | libpcap/libpcap_0.8.1.oe | 29 | ||||
-rw-r--r-- | libpcap/libpcap_0.8.3.bb | 0 | ||||
-rw-r--r-- | libpcap/libpcap_0.8.3.oe | 29 |
6 files changed, 0 insertions, 88 deletions
diff --git a/libpcap/libpcap_0.7.2.bb b/libpcap/libpcap_0.7.2.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libpcap/libpcap_0.7.2.bb diff --git a/libpcap/libpcap_0.7.2.oe b/libpcap/libpcap_0.7.2.oe deleted file mode 100644 index a8e0f0a661..0000000000 --- a/libpcap/libpcap_0.7.2.oe +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "Network Packet Capture Library" -SECTION = "libs" -PRIORITY = "required" -MAINTAINER = "Greg Gilbert <treke@handhelds.org>" - -SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz;" -SRC_URI_append = " file://libpcap-shared.patch;patch=1" -SRC_URI_append = " file://configure.patch;patch=1" -SRC_URI_append = " file://ldflags.patch;patch=1" - -inherit autotools - -EXTRA_OECONF = "--with-pcap=linux" -CPPFLAGS_prepend = "-I${S} " -CFLAGS_prepend = "-I${S} " -CXXFLAGS_prepend = "-I${S} " - -do_configure_prepend () { - if [ ! -e acinclude.m4 ]; then - cat aclocal.m4 > acinclude.m4 - fi -} - -do_stage () { - install -d ${STAGING_INCDIR}/net - install -m 0644 net/bpf.h ${STAGING_INCDIR}/net/bpf.h - install -m 0644 pcap.h ${STAGING_INCDIR}/pcap.h - install -m 0644 pcap-namedb.h ${STAGING_INCDIR}/pcap-namedb.h - oe_libinstall -a -so libpcap ${STAGING_LIBDIR} -} diff --git a/libpcap/libpcap_0.8.1.bb b/libpcap/libpcap_0.8.1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libpcap/libpcap_0.8.1.bb diff --git a/libpcap/libpcap_0.8.1.oe b/libpcap/libpcap_0.8.1.oe deleted file mode 100644 index f9b437b273..0000000000 --- a/libpcap/libpcap_0.8.1.oe +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "Network Packet Capture Library" -SECTION = "libs" -PRIORITY = "required" - -SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz; \ - file://shared.patch;patch=1 \ - file://configure.patch;patch=1" - -inherit autotools - -EXTRA_OECONF = "--with-pcap=linux" -CPPFLAGS_prepend = "-I${S} " -CFLAGS_prepend = "-I${S} " -CXXFLAGS_prepend = "-I${S} " - -do_configure_prepend () { - if [ ! -e acinclude.m4 ]; then - cat aclocal.m4 > acinclude.m4 - fi -} - -do_stage () { - install -d ${STAGING_INCDIR}/net -# install -m 0644 net/bpf.h ${STAGING_INCDIR}/net/bpf.h - install -m 0644 pcap.h ${STAGING_INCDIR}/pcap.h - install -m 0644 pcap-namedb.h ${STAGING_INCDIR}/pcap-namedb.h - install -m 0644 pcap-bpf.h ${STAGING_INCDIR}/pcap-bpf.h - oe_libinstall -a -so libpcap ${STAGING_LIBDIR} -} diff --git a/libpcap/libpcap_0.8.3.bb b/libpcap/libpcap_0.8.3.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libpcap/libpcap_0.8.3.bb diff --git a/libpcap/libpcap_0.8.3.oe b/libpcap/libpcap_0.8.3.oe deleted file mode 100644 index d88eaee22a..0000000000 --- a/libpcap/libpcap_0.8.3.oe +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "Network Packet Capture Library" -HOMEPAGE = "http://www.tcpdump.org/" -LICENSE = "BSD" -SECTION = "libs" -PRIORITY = "required" - -SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz; \ - file://shared.patch;patch=1" -# file://configure.patch;patch=1" - -inherit autotools - -EXTRA_OECONF = "--with-pcap=linux" -CPPFLAGS_prepend = "-I${S} " -CFLAGS_prepend = "-I${S} " -CXXFLAGS_prepend = "-I${S} " - -do_configure_prepend () { - if [ ! -e acinclude.m4 ]; then - cat aclocal.m4 > acinclude.m4 - fi -} - -do_stage () { - install -m 0644 pcap.h ${STAGING_INCDIR}/pcap.h - install -m 0644 pcap-namedb.h ${STAGING_INCDIR}/pcap-namedb.h - install -m 0644 pcap-bpf.h ${STAGING_INCDIR}/pcap-bpf.h - oe_libinstall -a -so libpcap ${STAGING_LIBDIR} -} |