From 4a33f4c06f6fca3c8e7ff79f352996b3c07014cf Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 23 Sep 2017 17:48:59 -0300 Subject: Move from ${COREBASE}/LICENSE to ${COMMON_LICENSE_DIR}/MIT The OE-Core now warns when someone uses ${COREBASE}/LICENSE so we should move to ${COMMON_LICENSE_DIR}/MIT to fix this deprecated use. Signed-off-by: Otavio Salvador --- recipes-core/jikes/jikes-initial-native.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/jikes') diff --git a/recipes-core/jikes/jikes-initial-native.bb b/recipes-core/jikes/jikes-initial-native.bb index 239dea3..063525d 100644 --- a/recipes-core/jikes/jikes-initial-native.bb +++ b/recipes-core/jikes/jikes-initial-native.bb @@ -1,6 +1,6 @@ SUMMARY = "Initial Java 1.4-compatible (and not higher) compiler" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" DEPENDS = "jikes-native classpath-initial-native" S = "${WORKDIR}" -- cgit v1.2.3-54-g00ecf