From f09b3426b3ee2df5885ce1041303290aee0805ea Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 17 Apr 2011 14:26:25 +0200 Subject: xserver-common: add fbset to RDEPENDS * used by xserver-common script to find out geometry Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb') 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" LICENSE = "GPL" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" -PR = "r0" +RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo fbset" +PR = "r1" PACKAGE_ARCH = "all" -- cgit 1.2.3-korg