All of lore.kernel.org
 help / color / mirror / Atom feed
* Unblacklisting package
@ 2016-01-08  9:24 Piotr Lewicki
  2016-01-08  9:46 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Piotr Lewicki @ 2016-01-08  9:24 UTC (permalink / raw)
  To: openembedded-devel, paul.eggleton

Dear Paul and oe-devel list,
I've found as a part of this tread 
http://lists.openembedded.org/pipermail/openembedded-devel/2014-October/098410.html 
that you know how do "unblacklist" a package from my conf file.

>/You can still disable that PNBLACKLIST in your local.conf or distro.conf. /

I was trying to find out how to disable it but my research failed.
Could you share this knowledge with me?
I'm trying to unblacklist modphp package.

Best regards,
Piotr Lewicki


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Unblacklisting package
  2016-01-08  9:24 Unblacklisting package Piotr Lewicki
@ 2016-01-08  9:46 ` Martin Jansa
  2016-01-08  9:58   ` Piotr Lewicki
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2016-01-08  9:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Paul Eggleton

set it to empty value.

On Fri, Jan 8, 2016 at 10:24 AM, Piotr Lewicki <piotr.lewicki@elfin.de>
wrote:

> Dear Paul and oe-devel list,
> I've found as a part of this tread
> http://lists.openembedded.org/pipermail/openembedded-devel/2014-October/098410.html
> that you know how do "unblacklist" a package from my conf file.
>
> /You can still disable that PNBLACKLIST in your local.conf or distro.conf.
>> /
>>
>
> I was trying to find out how to disable it but my research failed.
> Could you share this knowledge with me?
> I'm trying to unblacklist modphp package.
>
> Best regards,
> Piotr Lewicki
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Unblacklisting package
  2016-01-08  9:46 ` Martin Jansa
@ 2016-01-08  9:58   ` Piotr Lewicki
  2016-01-08 10:06     ` S. Lockwood-Childs
  0 siblings, 1 reply; 4+ messages in thread
From: Piotr Lewicki @ 2016-01-08  9:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Paul Eggleton

Thank you.
Can I do it in my image recipe?
Once I added it to local.conf - it worked, but the same line in my image 
recipe - doesn't.

BR,
Piotr Lewicki

On 08.01.2016 10:46, Martin Jansa wrote:
> set it to empty value.
>
> On Fri, Jan 8, 2016 at 10:24 AM, Piotr Lewicki <piotr.lewicki@elfin.de>
> wrote:
>
>> Dear Paul and oe-devel list,
>> I've found as a part of this tread
>> http://lists.openembedded.org/pipermail/openembedded-devel/2014-October/098410.html
>> that you know how do "unblacklist" a package from my conf file.
>>
>> /You can still disable that PNBLACKLIST in your local.conf or distro.conf.
>>> /
>>>
>> I was trying to find out how to disable it but my research failed.
>> Could you share this knowledge with me?
>> I'm trying to unblacklist modphp package.
>>
>> Best regards,
>> Piotr Lewicki
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Unblacklisting package
  2016-01-08  9:58   ` Piotr Lewicki
@ 2016-01-08 10:06     ` S. Lockwood-Childs
  0 siblings, 0 replies; 4+ messages in thread
From: S. Lockwood-Childs @ 2016-01-08 10:06 UTC (permalink / raw)
  To: openembedded-devel

No, because the image recipe isn't used when building individual
packages (unlike your local.conf file which is used with all
the recipes).

On Fri, Jan 08, 2016 at 10:58:55AM +0100, Piotr Lewicki wrote:
> Thank you.
> Can I do it in my image recipe?
> Once I added it to local.conf - it worked, but the same line in my image
> recipe - doesn't.
> 
> BR,
> Piotr Lewicki
> 
> On 08.01.2016 10:46, Martin Jansa wrote:
> >set it to empty value.
> >
> >On Fri, Jan 8, 2016 at 10:24 AM, Piotr Lewicki <piotr.lewicki@elfin.de>
> >wrote:
> >
> >>Dear Paul and oe-devel list,
> >>I've found as a part of this tread
> >>http://lists.openembedded.org/pipermail/openembedded-devel/2014-October/098410.html
> >>that you know how do "unblacklist" a package from my conf file.
> >>
> >>/You can still disable that PNBLACKLIST in your local.conf or distro.conf.
> >>>/
> >>>
> >>I was trying to find out how to disable it but my research failed.
> >>Could you share this knowledge with me?
> >>I'm trying to unblacklist modphp package.
> >>
> >>Best regards,
> >>Piotr Lewicki
> >>--
> >>_______________________________________________
> >>Openembedded-devel mailing list
> >>Openembedded-devel@lists.openembedded.org
> >>http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >>
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-08 10:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-08  9:24 Unblacklisting package Piotr Lewicki
2016-01-08  9:46 ` Martin Jansa
2016-01-08  9:58   ` Piotr Lewicki
2016-01-08 10:06     ` S. Lockwood-Childs

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.