summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2010-12-26 07:22:10 -0800
committerSaul Wold <sgw@linux.intel.com>2010-12-26 07:22:10 -0800
commit3c87fa57f8d8dd098ae48e398e7fda6bd86edc7b (patch)
treee31777ae6f2bb64ee624ebc2315738543b817fb6 /meta/recipes-graphics/xorg-xserver
parente4a8d4f08ea334945d1f463a4c30a8ff26f2e746 (diff)
downloadpoky-3c87fa57f8d8dd098ae48e398e7fda6bd86edc7b.tar.gz
xserver-xf86: fix LIC_FILES_CHKSUM spelling and location
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc2
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.2.bb1
2 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc b/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc
index 3d56fcf71b..c985ccb600 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.x.org"
3SECTION = "x11/base" 3SECTION = "x11/base"
4LICENSE = "MIT-X" 4LICENSE = "MIT-X"
5 5
6LIC_FILES_CHECKSUM = file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353" 6LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353"
7 7
8# xf86-*-* packages depend on an X server built with the xfree86 DDX 8# xf86-*-* packages depend on an X server built with the xfree86 DDX
9# so we have a virtual to represent that: 9# so we have a virtual to represent that:
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.2.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.2.bb
index 0433fe33ba..670604a34e 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.2.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.2.bb
@@ -1,6 +1,5 @@
1require xserver-xf86-dri-lite.inc 1require xserver-xf86-dri-lite.inc
2 2
3LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353"
4 3
5PROTO_DEPS += "xf86driproto dri2proto" 4PROTO_DEPS += "xf86driproto dri2proto"
6 5