diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-06-12 12:58:13 +0800 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-17 23:13:28 +0100 |
commit | 47da7e78ad5bf2f56ba8850550ebeafdac8bc1ae (patch) | |
tree | fde7bf5809c24f0334bbb6d0bd11ba3afb7608a3 /meta/packages/xorg-proto | |
parent | 45df656b8aeb85d96153bb0640b0f91f73526fd8 (diff) | |
download | poky-47da7e78ad5bf2f56ba8850550ebeafdac8bc1ae.tar.gz |
fontcacheproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/packages/xorg-proto')
-rw-r--r-- | meta/packages/xorg-proto/fontcacheproto_0.1.3.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/xorg-proto/fontcacheproto_0.1.3.bb b/meta/packages/xorg-proto/fontcacheproto_0.1.3.bb index 2a9b73adfc..302e84a567 100644 --- a/meta/packages/xorg-proto/fontcacheproto_0.1.3.bb +++ b/meta/packages/xorg-proto/fontcacheproto_0.1.3.bb | |||
@@ -1,5 +1,9 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | LICENSE = "BSD" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=ba9fcd8fe6d09af9f733daccc1a21857 \ | ||
5 | file://fontcacheP.h;endline=28;md5=85c80bfa96c802ee85a570862ee60214" | ||
6 | |||
3 | PR = "r1" | 7 | PR = "r1" |
4 | PE = "1" | 8 | PE = "1" |
5 | 9 | ||