The rpm didn't run RPM_PREPROCESS_COMMANDS or RPM_POSTPROCESS_COMMANDS,
the similar to deb, this patch fix the problem.
And fix a typo:
DEB_POSTPROCESS_COMMAND -> DEB_POSTPROCESS_COMMANDS
Signed-off-by: Robert Yang
---
meta/lib/oe/rootfs.py | 16 +++-
1 file changed, 15 insertions
My bad... I saw it now... It's about backend specific pre/post commands.
Sorry for the noise.
laurentiu
On Mon, Oct 20, 2014 at 11:05:15AM +0300, Laurentiu Palcu wrote:
> On Tue, Sep 09, 2014 at 03:16:08AM -0700, Robert Yang wrote:
> > The rpm didn't run RPM_PREPROCESS_COMMANDS or RPM_POSTPROCES
On Tue, Sep 09, 2014 at 03:16:08AM -0700, Robert Yang wrote:
> The rpm didn't run RPM_PREPROCESS_COMMANDS or RPM_POSTPROCESS_COMMANDS,
> the similar to deb, this patch fix the problem.
I'm not sure I understand this... The pre/post process commands are run
in the abstract class Rootfs create() meth
On 09/24/2014 10:07 PM, Robert Yang wrote:
On 09/24/2014 06:46 PM, Burton, Ross wrote:
On 24 September 2014 02:30, Robert Yang wrote:
Ping, I think that we need it since it is a function lost.
If we're going to unify the behaviour - which is a good thing - then
ROOTFS_POSTPROCESS_COMMAND
On 09/24/2014 06:46 PM, Burton, Ross wrote:
On 24 September 2014 02:30, Robert Yang wrote:
Ping, I think that we need it since it is a function lost.
If we're going to unify the behaviour - which is a good thing - then
ROOTFS_POSTPROCESS_COMMAND needs to be unified too.
The ROOTFS_POSTPRO
On 24 September 2014 02:30, Robert Yang wrote:
> Ping, I think that we need it since it is a function lost.
If we're going to unify the behaviour - which is a good thing - then
ROOTFS_POSTPROCESS_COMMAND needs to be unified too.
Ross
--
___
Openembedd
Ping, I think that we need it since it is a function lost.
// Robert
On 09/09/2014 06:16 PM, Robert Yang wrote:
The rpm didn't run RPM_PREPROCESS_COMMANDS or RPM_POSTPROCESS_COMMANDS,
the similar to deb, this patch fix the problem.
And fix a typo:
DEB_POSTPROCESS_COMMAND -> DEB_POSTPROCESS_CO
The rpm didn't run RPM_PREPROCESS_COMMANDS or RPM_POSTPROCESS_COMMANDS,
the similar to deb, this patch fix the problem.
And fix a typo:
DEB_POSTPROCESS_COMMAND -> DEB_POSTPROCESS_COMMANDS
Signed-off-by: Robert Yang
---
meta/lib/oe/rootfs.py | 14 +-
1 file changed, 13 insertions(+