diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-06-12 13:05:32 +0800 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-17 23:13:30 +0100 |
commit | 65a8a578aee61a9b2386a2628439883f5ba9c9c6 (patch) | |
tree | 825e795d2102d8baf7aa51bc742b1a51067b9314 /meta/packages/xorg-proto | |
parent | d1564ab556586242e02ab5d497b654e02b8fbf2c (diff) | |
download | poky-65a8a578aee61a9b2386a2628439883f5ba9c9c6.tar.gz |
randrproto: 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/randrproto_1.3.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/xorg-proto/randrproto_1.3.1.bb b/meta/packages/xorg-proto/randrproto_1.3.1.bb index 42d33fb674..725be1d702 100644 --- a/meta/packages/xorg-proto/randrproto_1.3.1.bb +++ b/meta/packages/xorg-proto/randrproto_1.3.1.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=5fa3f85d9eefaa3a945071485be11343 \ | ||
5 | file://randrproto.h;endline=30;md5=3885957c6048fdf3310ac8ba54ca2c3f" | ||
6 | |||
3 | CONFLICTS = "randrext" | 7 | CONFLICTS = "randrext" |
4 | PR = "r1" | 8 | PR = "r1" |
5 | PE = "1" | 9 | PE = "1" |