mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
e49e5d601a
* 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>
16 lines
500 B
BlitzBasic
16 lines
500 B
BlitzBasic
SUMMARY = "A serial to network proxy"
|
|
SECTION = "console/network"
|
|
HOMEPAGE = "http://sourceforge.net/projects/ser2net/"
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bae3019b4c6dc4138c217864bd04331f"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/project/ser2net/ser2net/ser2net-${PV}.tar.gz"
|
|
|
|
SRC_URI[md5sum] = "80011ac0e60bbdcb65f1d7a86251e3f3"
|
|
SRC_URI[sha256sum] = "fdee1e69903cf409bdc6f32403a566cbc6006aa9e2a4d6f8f12b90dfd5ca0d0e"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
BBCLASSEXTEND += "native nativesdk"
|