diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-23 14:10:45 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-23 16:46:49 -0800 |
commit | 91c1a0f90462b5d87daa6f3d6dc57443e673f735 (patch) | |
tree | 777d0ef999bfc20965ae0aa252eef12a6cab4bc6 /meta/recipes-graphics/ttf-fonts | |
parent | d383c46e4ba9181f83f5f8575e3dab3c1bf9aa34 (diff) | |
download | openembedded-core-91c1a0f90462b5d87daa6f3d6dc57443e673f735.tar.gz openembedded-core-91c1a0f90462b5d87daa6f3d6dc57443e673f735.tar.bz2 openembedded-core-91c1a0f90462b5d87daa6f3d6dc57443e673f735.zip |
ttf-bitstream-vera:Add license file checksum to bb file
Add COPYRIGHT.TXT checksum to bb file
Signed-off-by: Mei Lei<lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-graphics/ttf-fonts')
-rw-r--r-- | meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" |