summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
index 8269205b67..b994dfb4e6 100644
--- a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
+++ b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "Common X11 scripts and support files"
2LICENSE = "GPL" 2LICENSE = "GPL"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 4LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
5RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" 5RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo fbset"
6PR = "r0" 6PR = "r1"
7 7
8PACKAGE_ARCH = "all" 8PACKAGE_ARCH = "all"
9 9