All of lore.kernel.org
 help / color / mirror / Atom feed
* pkg_postinst_${PN}_append
@ 2015-04-10  8:55 Roman Savchenko
  2015-04-13  8:16 ` pkg_postinst_${PN}_append Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Roman Savchenko @ 2015-04-10  8:55 UTC (permalink / raw)
  To: bitbake-devel

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

Hi All,

Why doesn't pkg_postinst_${PN}_append call if I add `python` to him:

pkg_postinst_${PN}_append {
 //called
}

python pkg_postinst_${PN}_append {
 //not called
}

Could any one please help me?

Regards,
R. Savchenko

[-- Attachment #2: Type: text/html, Size: 401 bytes --]

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

* Re: pkg_postinst_${PN}_append
  2015-04-10  8:55 pkg_postinst_${PN}_append Roman Savchenko
@ 2015-04-13  8:16 ` Paul Eggleton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2015-04-13  8:16 UTC (permalink / raw)
  To: Roman Savchenko; +Cc: bitbake-devel

Hi Roman,

On Friday 10 April 2015 11:55:12 Roman Savchenko wrote:
> Why doesn't pkg_postinst_${PN}_append call if I add `python` to him:
> 
> pkg_postinst_${PN}_append {
>  //called
> }
> 
> python pkg_postinst_${PN}_append {
>  //not called
> }
> 
> Could any one please help me?

Well, there wouldn't be any point to adding "python" - these functions aren't 
called by the build system, they are called by the package manager and as far 
as I know only shell is supported there.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

end of thread, other threads:[~2015-04-13  8:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-10  8:55 pkg_postinst_${PN}_append Roman Savchenko
2015-04-13  8:16 ` pkg_postinst_${PN}_append Paul Eggleton

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.