diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-11-17 15:37:58 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-19 11:49:53 +0000 |
commit | 48a6e9c356c209ab83b0bd7c93084833aab50d3a (patch) | |
tree | 8668cfaadcf2962497a76c1afe3dba9320cbd6fd /meta | |
parent | 9b9472ad24525322bf4219867f04a3a430459c05 (diff) | |
download | openembedded-core-48a6e9c356c209ab83b0bd7c93084833aab50d3a.tar.gz openembedded-core-48a6e9c356c209ab83b0bd7c93084833aab50d3a.tar.bz2 openembedded-core-48a6e9c356c209ab83b0bd7c93084833aab50d3a.zip |
glproto: fix LIC_FILES_CHKSUM
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/glproto_1.4.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-proto/glproto_1.4.12.bb b/meta/recipes-graphics/xorg-proto/glproto_1.4.12.bb index 90076d96fd..b612d9d5e9 100644 --- a/meta/recipes-graphics/xorg-proto/glproto_1.4.12.bb +++ b/meta/recipes-graphics/xorg-proto/glproto_1.4.12.bb @@ -1,7 +1,7 @@ require xorg-proto-common.inc LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=4641deddaa80fe7ca88e944e1fd94a94 \ +LIC_FILES_CHKSUM = "file://COPYING;md5=d44ed0146997856304dfbb512a59a8de \ file://glxproto.h;beginline=4;endline=32;md5=6b79c570f644363b356456e7d44471d9" PR = "r0" |