stx-monitoring: cleanup the TODO for license files 96/3796/1
authorJackie Huang <jackie.huang@windriver.com>
Thu, 21 May 2020 14:09:16 +0000 (22:09 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Fri, 22 May 2020 02:36:26 +0000 (10:36 +0800)
Add the commented TODO license files into LIC_FILES_CHKSUM.

Issue-ID: INF-53
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I6e4b4ccd7b00df09e83327fa1e21e425fff20869

meta-stx/recipes-core/stx-monitoring/stx-monitoring.bb

index 8414d5f..9ddc760 100644 (file)
@@ -24,14 +24,13 @@ PV = "1.0.0"
 
 LICENSE = "Apache-2.0"
 
-# TODO:
-#3b83ef96387f14655fc854ddc3c6bd57  ./collectd-extensions/src/LICENSE
-#3b83ef96387f14655fc854ddc3c6bd57  ./influxdb-extensions/src/LICENSE
-#3b83ef96387f14655fc854ddc3c6bd57  ./monitor-tools/LICENSE
-#3b83ef96387f14655fc854ddc3c6bd57  ./monitor-tools/scripts/LICENSE
-#3b83ef96387f14655fc854ddc3c6bd57  ./vm-topology/vm-topology/LICENSE
-
-LIC_FILES_CHKSUM = "file://collectd-extensions/src/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+LIC_FILES_CHKSUM = " \
+       file://collectd-extensions/src/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
+       file://influxdb-extensions/src/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
+       file://monitor-tools/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
+       file://monitor-tools/scripts/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
+       file://vm-topology/vm-topology/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
+       "
 
 SRC_URI = "git://opendev.org/starlingx/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"