[poky] [PATCH 1/1] xserver-kdrive: add missing RDEPENDS of hal
Dongxiao Xu
dongxiao.xu at intel.com
Sat Jan 29 19:51:41 PST 2011
From: Dongxiao Xu <dongxiao.xu at intel.com>
I met the qemuarm X boot failure due to the missing of libhal.so.1,
so add RDEPENDS of hal in xserver-kdrive.
Thanks Kevin for suggestions on finding the cause of this issue.
Signed-off-by: Dongxiao Xu <dongxiao.xu at intel.com>
---
.../xorg-xserver/xserver-kdrive_1.7.99.2.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb b/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
index ea3268e..6d28c98 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
@@ -2,12 +2,14 @@ require xserver-kdrive.inc
DEPENDS += "libxkbfile libxcalibrate font-util pixman"
+RDEPENDS += "hal"
+
RDEPENDS_${PN} += "xkeyboard-config"
EXTRA_OECONF += "--disable-glx"
PE = "1"
-PR = "r25"
+PR = "r26"
SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
file://extra-kmodes.patch;patch=1 \
--
1.6.3.3
More information about the poky
mailing list