diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-06-12 12:57:52 +0800 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-17 23:13:28 +0100 |
commit | 45df656b8aeb85d96153bb0640b0f91f73526fd8 (patch) | |
tree | 65bfb994ad3d4f775e5abd93eaef1e013a16b178 | |
parent | aee6d6df11280a33c9f5446c2136e6040587c4fe (diff) | |
download | poky-45df656b8aeb85d96153bb0640b0f91f73526fd8.tar.gz |
fixesproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
-rw-r--r-- | meta/packages/xorg-proto/fixesproto_4.1.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/xorg-proto/fixesproto_4.1.1.bb b/meta/packages/xorg-proto/fixesproto_4.1.1.bb index 20f95282e5..cb709f7841 100644 --- a/meta/packages/xorg-proto/fixesproto_4.1.1.bb +++ b/meta/packages/xorg-proto/fixesproto_4.1.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=ae2c93d7226d1ed33287c3924ca61816 \ | ||
5 | file://xfixesproto.h;endline=41;md5=fa6bf4d92ae4dd0c1cac511105e541d2" | ||
6 | |||
3 | CONFLICTS = "fixesext" | 7 | CONFLICTS = "fixesext" |
4 | PR = "r1" | 8 | PR = "r1" |
5 | PE = "1" | 9 | PE = "1" |