All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1][PULL] Add RDEPENDS of hal in xserver-kdrive
@ 2011-01-30  3:51 Dongxiao Xu
  2011-01-30  3:51 ` [PATCH 1/1] xserver-kdrive: add missing RDEPENDS of hal Dongxiao Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Dongxiao Xu @ 2011-01-30  3:51 UTC (permalink / raw)
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

Hi Saul,

This pull request adds RDEPENDS of hal in xserver-kdrive, which solves the issue of missing libhal.so.1 when booting X in qemuarm/qemumips target.

Please help to review and pull

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: dxu4/distro
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/distro

Thanks,
    Dongxiao Xu <dongxiao.xu@intel.com>
---


Dongxiao Xu (1):
  xserver-kdrive: add missing RDEPENDS of hal

 .../xorg-xserver/xserver-kdrive_1.7.99.2.bb        |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] xserver-kdrive: add missing RDEPENDS of hal
  2011-01-30  3:51 [PATCH 0/1][PULL] Add RDEPENDS of hal in xserver-kdrive Dongxiao Xu
@ 2011-01-30  3:51 ` Dongxiao Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Dongxiao Xu @ 2011-01-30  3:51 UTC (permalink / raw)
  To: poky

From: Dongxiao Xu <dongxiao.xu@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@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-30  3:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-30  3:51 [PATCH 0/1][PULL] Add RDEPENDS of hal in xserver-kdrive Dongxiao Xu
2011-01-30  3:51 ` [PATCH 1/1] xserver-kdrive: add missing RDEPENDS of hal Dongxiao Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.