* [PATCH][jethro][meta-networking] tcpdump: add PACKAGECONFIG for libcap-ng
@ 2015-12-28 12:14 Martin Jansa
2016-01-20 9:25 ` Rongqing Li
0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2015-12-28 12:14 UTC (permalink / raw)
To: openembedded-devel
From: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
index 0ffe589..150e55f 100644
--- a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
+++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
@@ -23,6 +23,7 @@ PACKAGECONFIG ??= "openssl ipv6"
PACKAGECONFIG[openssl] = "--with-crypto=yes, --without-openssl --without-crypto, openssl"
PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6,"
PACKAGECONFIG[smi] = "--with-smi, --without-smi,libsmi"
+PACKAGECONFIG[libcap-ng] = "--with-cap-ng=yes,--with-cap-ng=no,libcap-ng"
EXTRA_AUTORECONF += " -I m4"
--
2.6.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH][jethro][meta-networking] tcpdump: add PACKAGECONFIG for libcap-ng
2015-12-28 12:14 [PATCH][jethro][meta-networking] tcpdump: add PACKAGECONFIG for libcap-ng Martin Jansa
@ 2016-01-20 9:25 ` Rongqing Li
2016-01-20 9:27 ` Martin Jansa
2016-01-20 17:58 ` Joe MacDonald
0 siblings, 2 replies; 6+ messages in thread
From: Rongqing Li @ 2016-01-20 9:25 UTC (permalink / raw)
To: Martin Jansa, openembedded-devel
On 2015年12月28日 20:14, Martin Jansa wrote:
> From: Roy Li <rongqing.li@windriver.com>
>
> Signed-off-by: Roy Li <rongqing.li@windriver.com>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Hi Martin:
Could you cherry-pick this patch to master?
or merge it from master-next to master, it stay in master-next
two month.
thanks
-Roy
> ---
> meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
> index 0ffe589..150e55f 100644
> --- a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
> +++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
> @@ -23,6 +23,7 @@ PACKAGECONFIG ??= "openssl ipv6"
> PACKAGECONFIG[openssl] = "--with-crypto=yes, --without-openssl --without-crypto, openssl"
> PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6,"
> PACKAGECONFIG[smi] = "--with-smi, --without-smi,libsmi"
> +PACKAGECONFIG[libcap-ng] = "--with-cap-ng=yes,--with-cap-ng=no,libcap-ng"
>
> EXTRA_AUTORECONF += " -I m4"
>
>
--
Best Reagrds,
Roy | RongQing Li
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH][jethro][meta-networking] tcpdump: add PACKAGECONFIG for libcap-ng
2016-01-20 9:25 ` Rongqing Li
@ 2016-01-20 9:27 ` Martin Jansa
2016-01-20 17:58 ` Joe MacDonald
1 sibling, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2016-01-20 9:27 UTC (permalink / raw)
To: Rongqing Li; +Cc: openembedded-devel
Joe is maintainer of meta-networking, ask him.
On Wed, Jan 20, 2016 at 10:25 AM, Rongqing Li <rongqing.li@windriver.com>
wrote:
>
>
> On 2015年12月28日 20:14, Martin Jansa wrote:
>
>> From: Roy Li <rongqing.li@windriver.com>
>>
>> Signed-off-by: Roy Li <rongqing.li@windriver.com>
>> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>>
>
>
> Hi Martin:
>
> Could you cherry-pick this patch to master?
> or merge it from master-next to master, it stay in master-next
> two month.
>
> thanks
>
> -Roy
>
> ---
>> meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
>> b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
>> index 0ffe589..150e55f 100644
>> --- a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
>> +++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
>> @@ -23,6 +23,7 @@ PACKAGECONFIG ??= "openssl ipv6"
>> PACKAGECONFIG[openssl] = "--with-crypto=yes, --without-openssl
>> --without-crypto, openssl"
>> PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6,"
>> PACKAGECONFIG[smi] = "--with-smi, --without-smi,libsmi"
>> +PACKAGECONFIG[libcap-ng] = "--with-cap-ng=yes,--with-cap-ng=no,libcap-ng"
>>
>> EXTRA_AUTORECONF += " -I m4"
>>
>>
>>
> --
> Best Reagrds,
> Roy | RongQing Li
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH][jethro][meta-networking] tcpdump: add PACKAGECONFIG for libcap-ng
2016-01-20 9:25 ` Rongqing Li
2016-01-20 9:27 ` Martin Jansa
@ 2016-01-20 17:58 ` Joe MacDonald
2016-01-20 18:17 ` Martin Jansa
1 sibling, 1 reply; 6+ messages in thread
From: Joe MacDonald @ 2016-01-20 17:58 UTC (permalink / raw)
To: Rongqing Li; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1771 bytes --]
[Re: [oe] [PATCH][jethro][meta-networking] tcpdump: add PACKAGECONFIG for libcap-ng] On 16.01.20 (Wed 17:25) Rongqing Li wrote:
>
>
> On 2015年12月28日 20:14, Martin Jansa wrote:
> >From: Roy Li <rongqing.li@windriver.com>
> >
> >Signed-off-by: Roy Li <rongqing.li@windriver.com>
> >Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>
>
> Hi Martin:
>
> Could you cherry-pick this patch to master?
> or merge it from master-next to master, it stay in master-next
> two month.
It looks like you're talking about http://patchwork.openembedded.org/patch/106295/
The reason it hasn't been merged yet is it is marked 'accepted /
archived' it patchwork, so it's not even showing up on my radar.
Please don't hesitate to ask about these if the state seems to not match
what you're seeing in the tree.
-J.
>
> thanks
>
> -Roy
>
> >---
> > meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb | 1 +
> > 1 file changed, 1 insertion(+)
> >
> >diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
> >index 0ffe589..150e55f 100644
> >--- a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
> >+++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
> >@@ -23,6 +23,7 @@ PACKAGECONFIG ??= "openssl ipv6"
> > PACKAGECONFIG[openssl] = "--with-crypto=yes, --without-openssl --without-crypto, openssl"
> > PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6,"
> > PACKAGECONFIG[smi] = "--with-smi, --without-smi,libsmi"
> >+PACKAGECONFIG[libcap-ng] = "--with-cap-ng=yes,--with-cap-ng=no,libcap-ng"
> >
> > EXTRA_AUTORECONF += " -I m4"
> >
> >
>
> --
> Best Reagrds,
> Roy | RongQing Li
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 484 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH][jethro][meta-networking] tcpdump: add PACKAGECONFIG for libcap-ng
2016-01-20 17:58 ` Joe MacDonald
@ 2016-01-20 18:17 ` Martin Jansa
2016-01-20 18:27 ` Joe MacDonald
0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2016-01-20 18:17 UTC (permalink / raw)
To: Joe MacDonald; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 3795 bytes --]
On Wed, Jan 20, 2016 at 12:58:22PM -0500, Joe MacDonald wrote:
> [Re: [oe] [PATCH][jethro][meta-networking] tcpdump: add PACKAGECONFIG for libcap-ng] On 16.01.20 (Wed 17:25) Rongqing Li wrote:
>
> >
> >
> > On 2015年12月28日 20:14, Martin Jansa wrote:
> > >From: Roy Li <rongqing.li@windriver.com>
> > >
> > >Signed-off-by: Roy Li <rongqing.li@windriver.com>
> > >Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> >
> >
> > Hi Martin:
> >
> > Could you cherry-pick this patch to master?
> > or merge it from master-next to master, it stay in master-next
> > two month.
>
> It looks like you're talking about http://patchwork.openembedded.org/patch/106295/
>
> The reason it hasn't been merged yet is it is marked 'accepted /
> archived' it patchwork, so it's not even showing up on my radar.
>
> Please don't hesitate to ask about these if the state seems to not match
> what you're seeing in the tree.
Joe:
what about these?
They are all (except waf-samba which should probably be moved) in
meta-networking and some of them are waiting in master-next for long
time.
pick ed1468e postfix: premission of /var/spool/mail seems incorrect
pick 7b10fc4 wireshark: update SRC_URI link to sources
pick 406208e nbd: use BPN in Files
pick e9f8f88 cim-schema-exper: fix host-user-contaminated
pick 7dc6531 ctdb: add PACKAGECONFIG for libtdb
pick db009ba netkit-ftp: fixed invalid symlink
pick 0d52cfe iscsitarget: split the kernel module into separate package
pick 4e844c5 iscsitarget: skip the arch test for kernel modules
pick 2b52016 ncftp: fix build failures with ccdv
pick bf0d1ae postfix: fix clean broken issue
pick 4d64758 lowpan-tools: add missing flex/bison deps
pick 07847fa samba: Fix typo in PACKAGECONFIG for "acl" and "aio"
pick 757422e dnsmasq: Listen only on loopback and disable DHCP
pick d57cf3c rp-pppoe: 3.11 -> 3.12
pick 513d01e postfix: 3.0.2 -> 3.0.3
pick c7f66db stunnel: 5.21 -> 5.28
pick 3dd8ad0 libtdb: upgrade to 1.3.7
pick 3a30f23 libldb: upgrade to 1.1.21
pick 6a714ad libtevent: upgrade to 0.9.25
pick 43c0e27 libtalloc: upgrade to 2.1.3
pick c777835 samba: fix the incorrect tmpfiles installed directory
pick 40b09a6 samba: backport patches for cross-compiling
pick a3ab6ca waf-samba.bbclass: add cross-answers option and files
pick 03da6a8 dovecot: 2.2.18 -> 2.2.21
pick 9c85f1f xl2tpd: modify recipes to avoid forced internet access
pick adbc64f recipes-connectivity/samba: Only rmdir directories that exist
pick 6569323 openvpn: 2.3.7 -> 2.3.8
pick 92c55d9 geoip: add ptest functionality
pick 49660e0 opensaf: 4.6.0 -> 4.7.0
pick 311d79c ctdb: Fix rootfs creation errors
pick b866e0a dhcpcd: add recipe for dhcpcd
>
> -J.
>
> >
> > thanks
> >
> > -Roy
> >
> > >---
> > > meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb | 1 +
> > > 1 file changed, 1 insertion(+)
> > >
> > >diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
> > >index 0ffe589..150e55f 100644
> > >--- a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
> > >+++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
> > >@@ -23,6 +23,7 @@ PACKAGECONFIG ??= "openssl ipv6"
> > > PACKAGECONFIG[openssl] = "--with-crypto=yes, --without-openssl --without-crypto, openssl"
> > > PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6,"
> > > PACKAGECONFIG[smi] = "--with-smi, --without-smi,libsmi"
> > >+PACKAGECONFIG[libcap-ng] = "--with-cap-ng=yes,--with-cap-ng=no,libcap-ng"
> > >
> > > EXTRA_AUTORECONF += " -I m4"
> > >
> > >
> >
> > --
> > Best Reagrds,
> > Roy | RongQing Li
> --
> -Joe MacDonald.
> :wq
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH][jethro][meta-networking] tcpdump: add PACKAGECONFIG for libcap-ng
2016-01-20 18:17 ` Martin Jansa
@ 2016-01-20 18:27 ` Joe MacDonald
0 siblings, 0 replies; 6+ messages in thread
From: Joe MacDonald @ 2016-01-20 18:27 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 4502 bytes --]
[Re: [oe] [PATCH][jethro][meta-networking] tcpdump: add PACKAGECONFIG for libcap-ng] On 16.01.20 (Wed 19:17) Martin Jansa wrote:
> On Wed, Jan 20, 2016 at 12:58:22PM -0500, Joe MacDonald wrote:
> > [Re: [oe] [PATCH][jethro][meta-networking] tcpdump: add PACKAGECONFIG for libcap-ng] On 16.01.20 (Wed 17:25) Rongqing Li wrote:
> >
> > >
> > >
> > > On 2015年12月28日 20:14, Martin Jansa wrote:
> > > >From: Roy Li <rongqing.li@windriver.com>
> > > >
> > > >Signed-off-by: Roy Li <rongqing.li@windriver.com>
> > > >Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> > >
> > >
> > > Hi Martin:
> > >
> > > Could you cherry-pick this patch to master?
> > > or merge it from master-next to master, it stay in master-next
> > > two month.
> >
> > It looks like you're talking about http://patchwork.openembedded.org/patch/106295/
> >
> > The reason it hasn't been merged yet is it is marked 'accepted /
> > archived' it patchwork, so it's not even showing up on my radar.
> >
> > Please don't hesitate to ask about these if the state seems to not match
> > what you're seeing in the tree.
>
> Joe:
>
> what about these?
> They are all (except waf-samba which should probably be moved) in
> meta-networking and some of them are waiting in master-next for long
> time.
>
> pick ed1468e postfix: premission of /var/spool/mail seems incorrect
> pick 7b10fc4 wireshark: update SRC_URI link to sources
> pick 406208e nbd: use BPN in Files
> pick e9f8f88 cim-schema-exper: fix host-user-contaminated
> pick 7dc6531 ctdb: add PACKAGECONFIG for libtdb
> pick db009ba netkit-ftp: fixed invalid symlink
> pick 0d52cfe iscsitarget: split the kernel module into separate package
> pick 4e844c5 iscsitarget: skip the arch test for kernel modules
> pick 2b52016 ncftp: fix build failures with ccdv
> pick bf0d1ae postfix: fix clean broken issue
> pick 4d64758 lowpan-tools: add missing flex/bison deps
> pick 07847fa samba: Fix typo in PACKAGECONFIG for "acl" and "aio"
> pick 757422e dnsmasq: Listen only on loopback and disable DHCP
> pick d57cf3c rp-pppoe: 3.11 -> 3.12
> pick 513d01e postfix: 3.0.2 -> 3.0.3
> pick c7f66db stunnel: 5.21 -> 5.28
> pick 3dd8ad0 libtdb: upgrade to 1.3.7
> pick 3a30f23 libldb: upgrade to 1.1.21
> pick 6a714ad libtevent: upgrade to 0.9.25
> pick 43c0e27 libtalloc: upgrade to 2.1.3
> pick c777835 samba: fix the incorrect tmpfiles installed directory
> pick 40b09a6 samba: backport patches for cross-compiling
> pick a3ab6ca waf-samba.bbclass: add cross-answers option and files
> pick 03da6a8 dovecot: 2.2.18 -> 2.2.21
> pick 9c85f1f xl2tpd: modify recipes to avoid forced internet access
> pick adbc64f recipes-connectivity/samba: Only rmdir directories that exist
> pick 6569323 openvpn: 2.3.7 -> 2.3.8
> pick 92c55d9 geoip: add ptest functionality
> pick 49660e0 opensaf: 4.6.0 -> 4.7.0
> pick 311d79c ctdb: Fix rootfs creation errors
> pick b866e0a dhcpcd: add recipe for dhcpcd
I'll review the list today and let you know. At least a couple of them
seem to me that they were either still in discussion (the iscsitarget
arch patch) or no longer applicable (postfix, clean broken issue), but
I'll look over the lot of them.
I know I'd been avoiding the waf-samba ones because I thought they were
being looked after in meta-oe since that's where the waf-samba class is.
-J.
>
> >
> > -J.
> >
> > >
> > > thanks
> > >
> > > -Roy
> > >
> > > >---
> > > > meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb | 1 +
> > > > 1 file changed, 1 insertion(+)
> > > >
> > > >diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
> > > >index 0ffe589..150e55f 100644
> > > >--- a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
> > > >+++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
> > > >@@ -23,6 +23,7 @@ PACKAGECONFIG ??= "openssl ipv6"
> > > > PACKAGECONFIG[openssl] = "--with-crypto=yes, --without-openssl --without-crypto, openssl"
> > > > PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6,"
> > > > PACKAGECONFIG[smi] = "--with-smi, --without-smi,libsmi"
> > > >+PACKAGECONFIG[libcap-ng] = "--with-cap-ng=yes,--with-cap-ng=no,libcap-ng"
> > > >
> > > > EXTRA_AUTORECONF += " -I m4"
> > > >
> > > >
> > >
> > > --
> > > Best Reagrds,
> > > Roy | RongQing Li
> > --
> > -Joe MacDonald.
> > :wq
>
>
>
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 484 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-01-20 18:27 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-28 12:14 [PATCH][jethro][meta-networking] tcpdump: add PACKAGECONFIG for libcap-ng Martin Jansa
2016-01-20 9:25 ` Rongqing Li
2016-01-20 9:27 ` Martin Jansa
2016-01-20 17:58 ` Joe MacDonald
2016-01-20 18:17 ` Martin Jansa
2016-01-20 18:27 ` Joe MacDonald
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.