All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][WIP][PATCH] ser2net: change file used in LIC_FILES_CHKSUM
@ 2014-07-20 13:53 Martin Jansa
  2014-07-20 13:54 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2014-07-20 13:53 UTC (permalink / raw)
  To: openembedded-devel

* INSTALL file is automatically created by automake (now when it doesn't have
  implicit foreign) and it changed the md5 to d0697e131465c2bdd0af3b07a84d2878
  causing do_configure task to fail with:

  ERROR: ser2net: md5 data is not matching for file://INSTALL;md5=0659eb117294c490ae3853facd7a6ddd
  ERROR: ser2net: The new md5 checksum is d0697e131465c2bdd0af3b07a84d2878

  Use COPYING file which should be more stable.

* adding foreing automake flag is maybe more correct solution, I wonder
  how many projects were changed like this, but silently (this failed
  only thanks to INSTALL file being used in LIC_FILES_CHKSUM)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb b/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
index 9877190..8fe6a6f 100644
--- a/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
+++ b/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
@@ -3,7 +3,7 @@ SECTION = "console/network"
 HOMEPAGE = "http://sourceforge.net/projects/ser2net/"
 
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://INSTALL;md5=0659eb117294c490ae3853facd7a6ddd"
+LIC_FILES_CHKSUM = "file://COPYING;md5=bae3019b4c6dc4138c217864bd04331f"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/ser2net/ser2net/ser2net-${PV}.tar.gz"
 
-- 
2.0.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-oe][WIP][PATCH] ser2net: change file used in LIC_FILES_CHKSUM
  2014-07-20 13:53 [meta-oe][WIP][PATCH] ser2net: change file used in LIC_FILES_CHKSUM Martin Jansa
@ 2014-07-20 13:54 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2014-07-20 13:54 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1856 bytes --]

On Sun, Jul 20, 2014 at 03:53:02PM +0200, Martin Jansa wrote:
> * INSTALL file is automatically created by automake (now when it doesn't have
>   implicit foreign) and it changed the md5 to d0697e131465c2bdd0af3b07a84d2878
>   causing do_configure task to fail with:
> 
>   ERROR: ser2net: md5 data is not matching for file://INSTALL;md5=0659eb117294c490ae3853facd7a6ddd
>   ERROR: ser2net: The new md5 checksum is d0697e131465c2bdd0af3b07a84d2878
> 
>   Use COPYING file which should be more stable.
> 
> * adding foreing automake flag is maybe more correct solution, I wonder
>   how many projects were changed like this, but silently (this failed
>   only thanks to INSTALL file being used in LIC_FILES_CHKSUM)

Ross: ^ this is the kind of changes which I was concerned about on
Friday, in this case it caused do_configure to fail, but who knows in
how many cases it will silently change INSTALL/.. files

> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb b/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
> index 9877190..8fe6a6f 100644
> --- a/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
> +++ b/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
> @@ -3,7 +3,7 @@ SECTION = "console/network"
>  HOMEPAGE = "http://sourceforge.net/projects/ser2net/"
>  
>  LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://INSTALL;md5=0659eb117294c490ae3853facd7a6ddd"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=bae3019b4c6dc4138c217864bd04331f"
>  
>  SRC_URI = "${SOURCEFORGE_MIRROR}/project/ser2net/ser2net/ser2net-${PV}.tar.gz"
>  
> -- 
> 2.0.0
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-20 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-20 13:53 [meta-oe][WIP][PATCH] ser2net: change file used in LIC_FILES_CHKSUM Martin Jansa
2014-07-20 13:54 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.