<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-networking/recipes-support/tcpdump, branch fido-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=fido-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=fido-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2016-01-04T13:50:23+00:00</updated>
<entry>
<title>tcpslice: fix do_install</title>
<updated>2016-01-04T13:50:23+00:00</updated>
<author>
<name>Roy Li</name>
<email>rongqing.li@windriver.com</email>
</author>
<published>2015-07-28T01:59:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e8a8e0be8e39dbb949bf0f0df90abe1c4e3f6470'/>
<id>urn:sha1:e8a8e0be8e39dbb949bf0f0df90abe1c4e3f6470</id>
<content type='text'>
replace to run "make install" with directly calling install command,
since "make install" asks "bin" user and group, and maybe fail when
system has not;

Signed-off-by: Roy Li &lt;rongqing.li@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Joe MacDonald &lt;joe_macdonald@mentor.com&gt;
</content>
</entry>
<entry>
<title>tcpdump: add PACKAGECONFIG for smi</title>
<updated>2015-10-13T11:48:19+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2015-08-24T17:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c689a311349f476be30adc8129c457ec92e8e10b'/>
<id>urn:sha1:c689a311349f476be30adc8129c457ec92e8e10b</id>
<content type='text'>
* libsmi is autodetected in configure, but in most cases disabled because of
  cross-compilation so keep it explicitly disabled
* resolves following difference in builds with and without libsmi built
  before tcpdump:
  4.7.4-r0-with/temp/log.do_configure:checking smi.h usability... yes
  4.7.4-r0-with/temp/log.do_configure:checking smi.h presence... yes
  4.7.4-r0-with/temp/log.do_configure:checking for smi.h... yes
  4.7.4-r0-with/temp/log.do_configure:checking for smiInit in -lsmi... yes
  4.7.4-r0-with/temp/log.do_configure:checking whether to enable libsmi... not when cross-compiling

  4.7.4-r0-without/temp/log.do_configure:checking smi.h usability... no
  4.7.4-r0-without/temp/log.do_configure:checking smi.h presence... no
  4.7.4-r0-without/temp/log.do_configure:checking for smi.h... no

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>tcpdump: Add ptest</title>
<updated>2014-10-30T07:59:31+00:00</updated>
<author>
<name>Hongjun.Yang</name>
<email>hongjun.yang@windriver.com</email>
</author>
<published>2014-10-22T07:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=90880880066981071f14a983c2da9f450f244192'/>
<id>urn:sha1:90880880066981071f14a983c2da9f450f244192</id>
<content type='text'>
Add ptest supports for tcpdump

Signed-off-by: Hongjun.Yang &lt;hongjun.yang@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>tcpslice: add recipe under tcpdump</title>
<updated>2014-09-09T14:32:51+00:00</updated>
<author>
<name>Roy Li</name>
<email>rongqing.li@windriver.com</email>
</author>
<published>2014-09-09T00:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=28e26a9b0ad37d0c92ba42b2727215eef1edf5a2'/>
<id>urn:sha1:28e26a9b0ad37d0c92ba42b2727215eef1edf5a2</id>
<content type='text'>
tcpslice is a tool for extracting parts of a tcpdump packet trace,
so put it under tcpdump dir

Signed-off-by: Roy Li &lt;rongqing.li@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Joe MacDonald &lt;joe_macdonald@mentor.com&gt;
</content>
</entry>
<entry>
<title>tcpdump: uprev it to 4.6.1</title>
<updated>2014-08-21T19:35:06+00:00</updated>
<author>
<name>Roy Li</name>
<email>rongqing.li@windriver.com</email>
</author>
<published>2014-08-18T01:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e697845cc91244e397eff34fe9153bedf91beb0f'/>
<id>urn:sha1:e697845cc91244e397eff34fe9153bedf91beb0f</id>
<content type='text'>
1. uprev to 4.6.1
2. remove three obsolete patches
3. use PACKAGECONFIG, and the default value is ipv6 openssl

Signed-off-by: Roy Li &lt;rongqing.li@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>Uprev tcpdump to 4.5.1</title>
<updated>2014-07-21T03:57:27+00:00</updated>
<author>
<name>Roy Li</name>
<email>rongqing.li@windriver.com</email>
</author>
<published>2014-07-08T05:20:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=be2a2437005087b3f8d43a09ddc69991ed81e110'/>
<id>urn:sha1:be2a2437005087b3f8d43a09ddc69991ed81e110</id>
<content type='text'>
1. update the patch tcpdump_configure_no_-O2.patch
2. do not check libdlpi dependence on cross-compile, or else it will
cause do_qa_configure to fail.
3. do not check libpcap dependence, since the libpcap has been added
into DEPENDS, or else it will cause do_qa_configure to fail
4. make the check of getaddrinfo work on cross-compile

Signed-off-by: Roy Li &lt;rongqing.li@windriver.com&gt;
Signed-off-by: Joe MacDonald &lt;joe_macdonald@mentor.com&gt;
</content>
</entry>
<entry>
<title>tcpdump: inherit brokensep</title>
<updated>2014-05-03T18:45:04+00:00</updated>
<author>
<name>Jack Mitchell</name>
<email>jmitchell@cbnl.com</email>
</author>
<published>2014-04-25T16:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=78477c8cae80e44dd6710d34a4add02fef824816'/>
<id>urn:sha1:78477c8cae80e44dd6710d34a4add02fef824816</id>
<content type='text'>
Signed-off-by: Jack Mitchell &lt;jmitchell@cbnl.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues</title>
<updated>2014-02-23T22:20:02+00:00</updated>
<author>
<name>Matthieu CRAPET</name>
<email>Matthieu.CRAPET@ingenico.com</email>
</author>
<published>2014-02-19T14:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c95e155780a0cf3a8fb59a2f86db6367d18116fc'/>
<id>urn:sha1:c95e155780a0cf3a8fb59a2f86db6367d18116fc</id>
<content type='text'>
Changes:
- rename SUMMARY with length &gt; 80 to DESCRIPTION
- rename DESCRIPTION with length &lt; 80 to (non present tag) SUMMARY
- drop final point character at the end of SUMMARY string
- remove trailing whitespace of SUMMARY line

Note: don't bump PR

Signed-off-by: Matthieu Crapet &lt;Matthieu.Crapet@ingenico.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>tcpdump: correct QA issue (unrecognized configure option)</title>
<updated>2013-11-28T15:59:35+00:00</updated>
<author>
<name>Joe MacDonald</name>
<email>joe@deserted.net</email>
</author>
<published>2013-11-28T15:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e09cd61957161b623b09bcdb8d3d18a49db5b0f4'/>
<id>urn:sha1:e09cd61957161b623b09bcdb8d3d18a49db5b0f4</id>
<content type='text'>
WARNING: QA Issue: tcpdump: configure was passed unrecognised options: --disable-rpath

Signed-off-by: Joe MacDonald &lt;joe@deserted.net&gt;
</content>
</entry>
<entry>
<title>tcpdump: move from meta-oe to meta-networking</title>
<updated>2013-11-28T15:35:00+00:00</updated>
<author>
<name>Zongchun Yu</name>
<email>Zongchun.Yu@freescale.com</email>
</author>
<published>2013-11-26T02:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d62fe9254a116ae5b908889b61fa83e2a9702e3b'/>
<id>urn:sha1:d62fe9254a116ae5b908889b61fa83e2a9702e3b</id>
<content type='text'>
Signed-off-by: Zongchun Yu &lt;Zongchun.Yu@freescale.com&gt;
Signed-off-by: Joe MacDonald &lt;joe@deserted.net&gt;
</content>
</entry>
</feed>
