meta-intel: Remove references to INTELBASE

INTELBASE is only used for pointing at licenses...point at the
licenses in oe-core in meta/files/common-licenses instead. to match the
defacto convention used in other oe layers like meta-openembedded.

Change-Id: Ie02c97f5a267f2dcd7ed63efa385a90cb0927e65
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-common/recipes-phosphor/leds/intel-led-manager-config-native.bb b/meta-common/recipes-phosphor/leds/intel-led-manager-config-native.bb
index 8ef3a5d..20df118 100644
--- a/meta-common/recipes-phosphor/leds/intel-led-manager-config-native.bb
+++ b/meta-common/recipes-phosphor/leds/intel-led-manager-config-native.bb
@@ -5,7 +5,7 @@
 inherit obmc-phosphor-utils
 
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://${INTELBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
 
 PROVIDES += "virtual/phosphor-led-manager-config-native"