use COPYING.MIT from POKYBASE instead of meta-shr

This fixes builds where meta-shr isn't in TOPDIR/meta-shr but somewhere else (sources/meta-shr in my case)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-04-17 13:39:55 +02:00
parent 1228912349
commit 623e38e59d
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ DESCRIPTION = "A set of useful command line tools"
DESCRIPTION_${PN}-debug = "A set of command line tools useful for debugging"
SECTION = "console"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-shr/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PV = "1.0"
PR = "r18"