Re: [OE-core] [PATH] fix build failure due to lic_files_chksum mismatch. The correction unpacks the source in the correct directory.

2012-07-08 Thread Iyad Qumei
This is default, so it shouldn't change anything (and it checks lic_files fine here). in my case, the error is caused by the fact the oe-core is setting up the work-directory under i586-xx ( the architecture area ) while the unpacking was done in qemux86-xxx ( the machine area ). The only way

Re: [OE-core] [PATH] fix build failure due to lic_files_chksum mismatch. The correction unpacks the source in the correct directory.

2012-07-08 Thread Khem Raj
On Sun, Jul 8, 2012 at 8:39 PM, Iyad Qumei iya...@gmail.com wrote: This is default, so it shouldn't change anything (and it checks lic_files fine here). in my case, the error is caused by the fact the oe-core is setting up the work-directory under i586-xx ( the architecture area ) while the

[OE-core] [PATH] fix build failure due to lic_files_chksum mismatch. The correction unpacks the source in the correct directory.

2012-07-06 Thread Iyad Qumei
Signed-off-by: Iyad Qumei iya...@gmail.com --- meta/recipes-core/netbase/netbase_5.0.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/netbase/netbase_5.0.bb b/meta/recipes-core/netbase/netbase_5.0.bb index 3aea874..ad80ef6 100644 ---

Re: [OE-core] [PATH] fix build failure due to lic_files_chksum mismatch. The correction unpacks the source in the correct directory.

2012-07-06 Thread Martin Jansa
On Fri, Jul 06, 2012 at 04:02:30PM -0700, Iyad Qumei wrote: Signed-off-by: Iyad Qumei iya...@gmail.com --- meta/recipes-core/netbase/netbase_5.0.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/netbase/netbase_5.0.bb