diff options
author | Yu Ke <ke.yu@intel.com> | 2010-12-07 17:48:15 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-09 12:37:11 +0000 |
commit | 0f716e64c4f46ae483797f0536f1c63f3c247ef1 (patch) | |
tree | 7a995bba92ce4a0baa5926d1b75f607713adb083 | |
parent | a1d635bc1c8b061bd029896cd6c936b7b5538a91 (diff) | |
download | poky-0f716e64c4f46ae483797f0536f1c63f3c247ef1.tar.gz |
xserver-xf86-config: add license checksum
Signed-off-by: Yu Ke <ke.yu@intel.com>
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb index fc91285f27..4344736330 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb | |||
@@ -2,6 +2,7 @@ DESCRIPTION = "X.Org X server configuration file" | |||
2 | HOMEPAGE = "http://www.x.org" | 2 | HOMEPAGE = "http://www.x.org" |
3 | SECTION = "x11/base" | 3 | SECTION = "x11/base" |
4 | LICENSE = "MIT-X" | 4 | LICENSE = "MIT-X" |
5 | LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
5 | PR = "r9" | 6 | PR = "r9" |
6 | 7 | ||
7 | SRC_URI = "file://xorg.conf" | 8 | SRC_URI = "file://xorg.conf" |