summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2010-06-12 13:05:50 +0800
committerJoshua Lock <josh@linux.intel.com>2010-06-17 23:13:31 +0100
commit94a9669492b36a113958c6d09ecae6719626ffc9 (patch)
tree12fb71058eeb0525ab48c35aae03eb504dce6a45
parent65a8a578aee61a9b2386a2628439883f5ba9c9c6 (diff)
downloadpoky-94a9669492b36a113958c6d09ecae6719626ffc9.tar.gz
recordproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
-rw-r--r--meta/packages/xorg-proto/recordproto_1.14.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/xorg-proto/recordproto_1.14.bb b/meta/packages/xorg-proto/recordproto_1.14.bb
index af63403600..abb91d769b 100644
--- a/meta/packages/xorg-proto/recordproto_1.14.bb
+++ b/meta/packages/xorg-proto/recordproto_1.14.bb
@@ -1,5 +1,9 @@
1require xorg-proto-common.inc 1require xorg-proto-common.inc
2 2
3LICENSE = "MIT-style"
4LIC_FILES_CHKSUM = "file://COPYING;md5=575827a0f554bbed332542976d5f3d40 \
5 file://recordproto.h;endline=19;md5=1cbb0dd45a0b060ff833901620a3e738"
6
3CONFLICTS = "recordext" 7CONFLICTS = "recordext"
4PR = "r1" 8PR = "r1"
5PE = "1" 9PE = "1"