Re: [oe] [meta-oe][PATCH v3] Pointing the LIC_FILES_CHKSUM to a valid file.

2016-07-29 Thread Derek Straka
Why would you be using BSD when the source indicates the license is GPLv2? Also, the git repo already has a LICENSE file at the root. Is there a reason you don't use LIC_FILES_CHKSUM = "file://LICENSE;md5=75859989545e37968a99b631ef42722e" -Derek On Fri, Jul 29, 2016 at 4:02 PM, Cynthia Chiu

Re: [oe] [meta-oe][PATCH v3] Pointing the LIC_FILES_CHKSUM to a valid file.

2016-07-29 Thread Cynthia Chiu
Hi, Thanks for your feedback. I apologize for the confusion. I have changed the recipe to use: LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD;md5=3775480a712fc46a69647678acb234cb" I have tested this and it works. I just wanted to confirm that using ${COMMON_LICENSE_DIR} is an acceptable

Re: [oe] [meta-oe][PATCH v3] Pointing the LIC_FILES_CHKSUM to a valid file.

2016-07-27 Thread Martin Jansa
On Wed, Jul 20, 2016 at 11:23:59AM -0600, cynthiachiu wrote: > Signed-off-by: cynthiachiu > --- > meta-oe/recipes-extended/canopennode/canopensocket_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[oe] [meta-oe][PATCH v3] Pointing the LIC_FILES_CHKSUM to a valid file.

2016-07-21 Thread cynthiachiu
Signed-off-by: cynthiachiu --- .../canopennode/canopensocket_git.bb | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 meta-oe/recipes-extended/canopennode/canopensocket_git.bb diff --git

Re: [oe] [meta-oe][PATCH v3] Pointing the LIC_FILES_CHKSUM to a valid file.

2016-07-21 Thread Cynthia Chiu
Will do. Thanks for your feedback! On Wed, Jul 20, 2016 at 11:37 AM, Martin Jansa wrote: > Squash this into v2 to make it proper v3. > > Thanks. > > On Wed, Jul 20, 2016 at 7:23 PM, cynthiachiu > wrote: > > > Signed-off-by: cynthiachiu

Re: [oe] [meta-oe][PATCH v3] Pointing the LIC_FILES_CHKSUM to a valid file.

2016-07-20 Thread Martin Jansa
Squash this into v2 to make it proper v3. Thanks. On Wed, Jul 20, 2016 at 7:23 PM, cynthiachiu wrote: > Signed-off-by: cynthiachiu > --- > meta-oe/recipes-extended/canopennode/canopensocket_git.bb | 2 +- > 1 file changed, 1 insertion(+),

[oe] [meta-oe][PATCH v3] Pointing the LIC_FILES_CHKSUM to a valid file.

2016-07-20 Thread cynthiachiu
Signed-off-by: cynthiachiu --- meta-oe/recipes-extended/canopennode/canopensocket_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/canopennode/canopensocket_git.bb