diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-23 14:07:08 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-23 16:46:48 -0800 |
commit | e2b9cab0e3ccaa46af01348e5aa0ab23ff2bfe05 (patch) | |
tree | 9e322986d493b86aa592ef1fd028f16899ff3490 | |
parent | 533a0038d12a7d5951c01d341d2701e3da5b22f3 (diff) | |
download | poky-e2b9cab0e3ccaa46af01348e5aa0ab23ff2bfe05.tar.gz |
liberation-fonts:Add license file checksum to bb file
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
-rw-r--r-- | meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb index 6b887e31b6..afb4a57317 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb | |||
@@ -5,6 +5,7 @@ BUGTRACKER = "https://bugzilla.redhat.com/" | |||
5 | SECTION = "x11/fonts" | 5 | SECTION = "x11/fonts" |
6 | PRIORITY = "optional" | 6 | PRIORITY = "optional" |
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
8 | PACKAGE_ARCH = "all" | 9 | PACKAGE_ARCH = "all" |
9 | RDEPENDS = "fontconfig-utils" | 10 | RDEPENDS = "fontconfig-utils" |
10 | PE = "1" | 11 | PE = "1" |