summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-17 11:44:34 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-07-22 17:37:52 +0800
commit54e29fb388d9cae3a800093b0e51ce6bfb262629 (patch)
tree75f4e8f17f615da5a3e91c173dfa6861fafabd71
parentc63b764f538af954eb07bdc66d4cfe2a32f0c956 (diff)
downloadmeta-fsl-ppc-54e29fb388d9cae3a800093b0e51ce6bfb262629.tar.gz
mux-server: update LIC_FILES_CHKSUM to point to COPYING
A LGPL COPYING file was added in the git repository. update LIC_FILES_CHKSUM to point to this COPYING file. Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-virtualization/mux-server/mux-server_1.02.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-virtualization/mux-server/mux-server_1.02.bb b/recipes-virtualization/mux-server/mux-server_1.02.bb
index e635495..5382f23 100644
--- a/recipes-virtualization/mux-server/mux-server_1.02.bb
+++ b/recipes-virtualization/mux-server/mux-server_1.02.bb
@@ -1,8 +1,7 @@
1DESCRIPTION = "A Linux-based utility supporting console multiplexing and demultiplexing" 1DESCRIPTION = "A Linux-based utility supporting console multiplexing and demultiplexing"
2SECTION = "mux-server" 2SECTION = "mux-server"
3LICENSE = "LGPL-2.1" 3LICENSE = "LGPL-2.1"
4# TODO: add a dedicated COPYING file 4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5LIC_FILES_CHKSUM = "file://mux_server.c;endline=9;md5=e59eeb0812bb88b7af2d932f2dc22aed"
6 5
7SRC_URI = "git://git.freescale.com/ppc/sdk/hypervisor/mux_server.git;branch=master" 6SRC_URI = "git://git.freescale.com/ppc/sdk/hypervisor/mux_server.git;branch=master"
8SRCREV = "3e4c6a44a81bb5cf2996830e8034d26850f80efc" 7SRCREV = "3e4c6a44a81bb5cf2996830e8034d26850f80efc"