[OE-core] [PATCH V2] recipetool: add postinst to .deb import

2016-11-15 Thread Stephano Cetola
Changed since V1: Removed unused variable and cleaned up commit message. Stephano Cetola (1): recipetool: add postinst to .deb import scripts/lib/recipetool/create.py | 35 --- 1 file changed, 32 insertions(+), 3 deletions(-) -- 2.10.2 -- ___

[OE-core] [PATCH V2] recipetool: add postinst to .deb import

2016-11-15 Thread Stephano Cetola
The .deb import feature did not import postinst, postrm, preinst, or prerm functions. This change checks to see if those files exist, and if so, adds the appropriate functions. [ YOCTO #10421 ] Signed-off-by: Stephano Cetola --- scripts/lib/recipetool/create.py | 35