diff options
author | Yu Ke <ke.yu@intel.com> | 2010-11-25 20:28:04 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:47 -0800 |
commit | 4d22fc5bf9c18dfb1a4c88cd231587e34e6572ef (patch) | |
tree | 6555c7da4f6536bf047d6922d391e7ae26816113 | |
parent | 05c4828721e3eccc0bbd9a2e699804aaabee7e42 (diff) | |
download | poky-4d22fc5bf9c18dfb1a4c88cd231587e34e6572ef.tar.gz |
xf86-video-vesa: add license checksum
Signed-off-by: Yu Ke <ke.yu@intel.com>
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb index 3212004db7..17f9d37dbd 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require xf86-video-common.inc | 1 | require xf86-video-common.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e5418e7a75e21268637984e70265e146" | ||
4 | |||
3 | EXTRA_OECONF += "--disable-xvmc" | 5 | EXTRA_OECONF += "--disable-xvmc" |
4 | 6 | ||
5 | DESCRIPTION = "X.Org X server -- Generic Vesa display driver" | 7 | DESCRIPTION = "X.Org X server -- Generic Vesa display driver" |