[bitbake-devel] pkg_postinst_${PN}_append

Paul Eggleton paul.eggleton at linux.intel.com
Mon Apr 13 08:16:56 UTC 2015


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



More information about the bitbake-devel mailing list