news: fix LICENSE and add LIC_FILES_CHKSUM

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2012-12-02 15:41:58 +01:00
parent be590b22da
commit f7d587f440
+3 -4
View File
@@ -1,4 +1,6 @@
LICENSE = "MIT"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
PV = "0.1.0+svnr${SRCPV}"
PR = "${INC_PR}.0"
@@ -8,6 +10,3 @@ do_configure_prepend() {
sed -i -e /po/d configure.ac
sed -i -e s:\ po::g Makefile.am
}