diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-06-12 12:58:30 +0800 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-17 23:13:28 +0100 |
commit | e7e5947210cb92cd6b72263326cf9aef72caa15a (patch) | |
tree | ea6df38e5fb7ab0e5ffec891446f065c024dcff4 | |
parent | 47da7e78ad5bf2f56ba8850550ebeafdac8bc1ae (diff) | |
download | poky-e7e5947210cb92cd6b72263326cf9aef72caa15a.tar.gz |
fontsproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
-rw-r--r-- | meta/packages/xorg-proto/fontsproto_2.1.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/xorg-proto/fontsproto_2.1.0.bb b/meta/packages/xorg-proto/fontsproto_2.1.0.bb index 2a9b73adfc..74b2fed79d 100644 --- a/meta/packages/xorg-proto/fontsproto_2.1.0.bb +++ b/meta/packages/xorg-proto/fontsproto_2.1.0.bb | |||
@@ -1,5 +1,9 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | LICENSE = "MIT-style" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c3e48aa9ce868c8e90f0401db41c11a2 \ | ||
5 | file://FSproto.h;endline=44;md5=d2e58e27095e5ea7d4ad456ccb91986c" | ||
6 | |||
3 | PR = "r1" | 7 | PR = "r1" |
4 | PE = "1" | 8 | PE = "1" |
5 | 9 | ||