diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-06-12 12:59:14 +0800 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-17 23:13:29 +0100 |
commit | f02f19dcb5e99ea4eb545339b858f1575bd329e1 (patch) | |
tree | f672cca1ee7b1e5a6ac0aa33a41fbf64a92a9513 | |
parent | 2b8d3756b4e5027dba86cde24f3cc67f93f5eb01 (diff) | |
download | openembedded-core-f02f19dcb5e99ea4eb545339b858f1575bd329e1.tar.gz openembedded-core-f02f19dcb5e99ea4eb545339b858f1575bd329e1.tar.bz2 openembedded-core-f02f19dcb5e99ea4eb545339b858f1575bd329e1.zip |
inputproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
-rw-r--r-- | meta/packages/xorg-proto/inputproto_2.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/xorg-proto/inputproto_2.0.bb b/meta/packages/xorg-proto/inputproto_2.0.bb index e605af3e96..f3332a8ca9 100644 --- a/meta/packages/xorg-proto/inputproto_2.0.bb +++ b/meta/packages/xorg-proto/inputproto_2.0.bb @@ -1,5 +1,9 @@ require xorg-proto-common.inc +LICENSE = "MIT & MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=b9f79c119df756aeffcb89ec96716a9e \ + file://XI2proto.h;endline=48;md5=1ac1581e61188da2885cc14ff49b20be" + PR = "r2" PE = "1" |