Re: [OE-core] [PATCH] base.bbclass: fix PACKAGECONFIG handling code

2012-08-16 Thread Saul Wold
On 08/16/2012 10:48 AM, Saul Wold wrote: On 08/02/2012 09:06 AM, Yao Zhao wrote: PACKAGECONFIG flag code only handles that when it has 3 or 4 items in flag, it may have a stale data if some flags doesn't need DEPENDS and RDEPENDS. Signed-off-by: Yao Zhao --- meta/classes/base.bbclass | 25

Re: [OE-core] [PATCH] base.bbclass: fix PACKAGECONFIG handling code

2012-08-16 Thread Saul Wold
On 08/02/2012 09:06 AM, Yao Zhao wrote: PACKAGECONFIG flag code only handles that when it has 3 or 4 items in flag, it may have a stale data if some flags doesn't need DEPENDS and RDEPENDS. Signed-off-by: Yao Zhao --- meta/classes/base.bbclass | 25 - 1 file changed

[OE-core] [PATCH] base.bbclass: fix PACKAGECONFIG handling code

2012-08-02 Thread Yao Zhao
PACKAGECONFIG flag code only handles that when it has 3 or 4 items in flag, it may have a stale data if some flags doesn't need DEPENDS and RDEPENDS. Signed-off-by: Yao Zhao --- meta/classes/base.bbclass | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) diff --