diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-06-12 13:05:18 +0800 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-17 23:13:30 +0100 |
commit | d1564ab556586242e02ab5d497b654e02b8fbf2c (patch) | |
tree | 13cbc6bc215814307ec14ed4c51024c1ea7fe0ec | |
parent | 6ae9b353df3eee7d6af909e3b9040e27de5643c4 (diff) | |
download | poky-d1564ab556586242e02ab5d497b654e02b8fbf2c.tar.gz |
printproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
-rw-r--r-- | meta/packages/xorg-proto/printproto_1.0.4.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/packages/xorg-proto/printproto_1.0.4.bb b/meta/packages/xorg-proto/printproto_1.0.4.bb index 9f09fff7b7..194abbafc2 100644 --- a/meta/packages/xorg-proto/printproto_1.0.4.bb +++ b/meta/packages/xorg-proto/printproto_1.0.4.bb | |||
@@ -1,4 +1,9 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | |||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a2363c155fd3749a8cf436ef56c3070f \ | ||
6 | file://Print.h;beginline=2;endline=59;md5=1a2ee3cbfe3e38e136ff1b8477b51f4a" | ||
7 | |||
3 | PR = "r1" | 8 | PR = "r1" |
4 | PE = "1" | 9 | PE = "1" |