All of lore.kernel.org
 help / color / mirror / Atom feed
From: Changqing Li <changqing.li@windriver.com>
To: Tom Rini <trini@konsulko.com>, <bunk@stusta.de>,
	Khem Raj <raj.khem@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-networking][PATCH 4/4] freeradius: add PACKAGECONFIGs
Date: Thu, 28 Feb 2019 10:57:38 +0800	[thread overview]
Message-ID: <e98a80c6-e1ab-1aef-6613-489d1b233358@windriver.com> (raw)
In-Reply-To: <20190227163511.GR12046@bill-the-cat>


On 2/28/19 12:35 AM, Tom Rini wrote:
> On Wed, Feb 27, 2019 at 04:41:50PM +0800, changqing.li@windriver.com wrote:
>
>> From: Changqing Li <changqing.li@windriver.com>
>>
>> add 3 PACKAGECONFIG
>>
>> Signed-off-by: Changqing Li <changqing.li@windriver.com>
>> ---
>>   meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb | 3 +++
>>   1 file changed, 3 insertions(+)
>>
>> diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb
>> index c17d56d..cee3b47 100644
>> --- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb
>> +++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb
>> @@ -83,6 +83,9 @@ PACKAGECONFIG[perl] = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl --w
>>   PACKAGECONFIG[python] = "--with-rlm_python --with-rlm-python-bin=${STAGING_BINDIR_NATIVE}/python-native/python --with-rlm-python-include-dir=${STAGING_INCDIR}/${PYTHON_DIR},--without-rlm_python,python-native python"
>>   PACKAGECONFIG[rest] = "--with-rlm_rest,--without-rlm_rest,curl json-c"
>>   PACKAGECONFIG[ruby] = "--with-rlm_ruby,--without-rlm_ruby,ruby"
>> +PACKAGECONFIG[no-ssl] = "--without-openssl,--with-openssl"
> This is commonly done with 'openssl' as the PACKAGECONFIG flag.
>
>> +PACKAGECONFIG[no-rlm-eap-fast] = "--without-rlm_eap_fast,--with-rlm_eap_fast"
>> +PACKAGECONFIG[no-rlm-eap-pwd] = "--without-rlm_eap_pwd,--with-rlm_eap_pwd"
> We also don't have any other examples of "no-xxx".  What is the behavior
> we have here today?  If "enabled" we should put them in the default
> PACKAGECONFIG instead, imho.
>
Hi, Khem

My original idea is default option is enable,  add 
PACKAGECONFIG[disable-xxx] is for

someone who want to disable it by append PACKAGECONFIG.  but if we have the

traditional way  like tom and Adrian said,  I am ok with that way.


I noticed that this patch is now on master-next,  so I will send a 
!fixup  of these patches based on master-next

branch in case we need to keep the traditional way.   Sorry for the 
inconvenient.


-- 
BRs

Sandy(Li Changqing)



  reply	other threads:[~2019-02-28  2:57 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-27  8:41 [PATCH 0/4] Add PACKAGECONFIG changqing.li
2019-02-27  8:41 ` [meta-networking][PATCH 1/4] net-snmp: add PACKAGECONFIG disable-des changqing.li
2019-02-27  8:41 ` [meta-oe][PATCH 2/4] krb5: add PACKAGECONFIG disable-pkinit changqing.li
2019-02-27  8:41 ` [meta-networking][PATCH 3/4] openhpi: add PACKAGECONFIG disable-snmpbc changqing.li
2019-02-27  8:41 ` [meta-networking][PATCH 4/4] freeradius: add PACKAGECONFIGs changqing.li
2019-02-27 16:35   ` Tom Rini
2019-02-28  2:57     ` Changqing Li [this message]
2019-02-28  3:51       ` Changqing Li
2019-02-28  4:47       ` Khem Raj
2019-02-28  5:42         ` [PATCH 0/4 V2] Add PACKAGECONFIGs changqing.li
2019-02-28  5:42           ` [meta-networking][PATCH 1/4 V2] freeradius: Add PACKAGECONFIG openssl/rlm-eap-fast/rlm-eap-pwd changqing.li
2019-02-28 17:15             ` Tom Rini
2019-02-28  5:42           ` [meta-networking][PATCH 2/4 V2] openhpi: Add PACKAGECONFIG snmp-bc changqing.li
2019-02-28  5:42           ` [meta-networking][PATCH 3/4 V2] net-snmp: Add PACKAGECONFIG des changqing.li
2019-02-28  5:42           ` [meta-oe][PATCH 4/4 V2] krb5: Add PACKAGECONFIG pkinit changqing.li
2019-02-28  8:17           ` [meta-networking][PATCH 3/4 V2] net-snmp: Add PACKAGECONFIG des changqing.li
2019-02-28 12:53             ` Khem Raj
2019-03-01  1:28               ` [meta-networking][PATCH V3] " changqing.li
2019-02-27  9:11 ` [PATCH 0/4] Add PACKAGECONFIG Adrian Bunk
2019-02-27 16:36 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e98a80c6-e1ab-1aef-6613-489d1b233358@windriver.com \
    --to=changqing.li@windriver.com \
    --cc=bunk@stusta.de \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    --cc=trini@konsulko.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.