aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-07-20 15:49:50 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-22 00:01:59 +0200
commite49e5d601af97afd026cad424065f678c47d2cc1 (patch)
tree87e8a778ab644908d07b54e87e24b8c4c64ea1b0 /meta-oe/recipes-connectivity
parentbc03c0b7cbcba2f806b587cda9d7292b222c2708 (diff)
downloadmeta-openembedded-contrib-e49e5d601af97afd026cad424065f678c47d2cc1.tar.gz
ser2net: change file used in LIC_FILES_CHKSUM
* 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>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb2
1 files changed, 1 insertions, 1 deletions
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 987719003b..8fe6a6f9c8 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"