From: Mei Lei Date: Tue, 23 Nov 2010 06:10:45 +0000 (+0800) Subject: ttf-bitstream-vera:Add license file checksum to bb file X-Git-Tag: 2011-1~3889 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=91c1a0f90462b5d87daa6f3d6dc57443e673f735;p=openembedded-core.git ttf-bitstream-vera:Add license file checksum to bb file Add COPYRIGHT.TXT checksum to bb file Signed-off-by: Mei Lei --- diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb index a6f4cd62fb..1001e29471 100644 --- a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb +++ b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb @@ -2,6 +2,7 @@ DESCRIPTION = "The Bitstream Vera fonts - TTF Edition" SECTION = "x11/fonts" PRIORITY = "optional" LICENSE = "Bitstream Vera" +LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" PACKAGE_ARCH = "all" PR = "r3" RDEPENDS = "fontconfig-utils"