diff options
-rw-r--r-- | meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | 4 |
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" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
5 | RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" | 5 | RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo fbset" |
6 | PR = "r0" | 6 | PR = "r1" |
7 | 7 | ||
8 | PACKAGE_ARCH = "all" | 8 | PACKAGE_ARCH = "all" |
9 | 9 | ||