All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] xserver-kdrive DEPENDS fix, v2
@ 2011-02-08  1:04 Scott Garman
  2011-02-08  1:04 ` [PATCH 1/1] xserver-kdrive.inc: add openssl to DEPENDS Scott Garman
  0 siblings, 1 reply; 2+ messages in thread
From: Scott Garman @ 2011-02-08  1:04 UTC (permalink / raw)
  To: poky

From: Scott Garman <scott.a.garman@intel.com>

Hi Saul,

This patch adds a needed dependency (openssl) to the xserver-kdrive recipes.

Respun to include a PR bump.

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

Thanks,
    Scott Garman <scott.a.garman@intel.com>
---


Scott Garman (1):
  xserver-kdrive.inc: add openssl to DEPENDS

 .../xorg-xserver/xserver-kdrive.inc                |    2 +-
 .../xorg-xserver/xserver-kdrive_1.7.99.2.bb        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.4



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

* [PATCH 1/1] xserver-kdrive.inc: add openssl to DEPENDS
  2011-02-08  1:04 [PATCH 0/1] xserver-kdrive DEPENDS fix, v2 Scott Garman
@ 2011-02-08  1:04 ` Scott Garman
  0 siblings, 0 replies; 2+ messages in thread
From: Scott Garman @ 2011-02-08  1:04 UTC (permalink / raw)
  To: poky

From: Scott Garman <scott.a.garman@intel.com>

This fixes the following configure error:
No suitable SHA1 implementation found

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
 .../xorg-xserver/xserver-kdrive.inc                |    2 +-
 .../xorg-xserver/xserver-kdrive_1.7.99.2.bb        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc b/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc
index 920c032..52b63ed 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc
@@ -2,7 +2,7 @@ LICENSE = "MIT"
 DEPENDS = "compositeproto damageproto fixesproto recordproto resourceproto \
         scrnsaverproto xineramaproto videoproto xextproto xproto libxau libxext \
         libxdmcp libxfont libxrandr tslib virtual/libx11 xtrans bigreqsproto \
-        xcmiscproto libdrm"
+        xcmiscproto libdrm openssl"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353"
 
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..f6a0d83 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
@@ -7,7 +7,7 @@ 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.7.4



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

end of thread, other threads:[~2011-02-08  1:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-08  1:04 [PATCH 0/1] xserver-kdrive DEPENDS fix, v2 Scott Garman
2011-02-08  1:04 ` [PATCH 1/1] xserver-kdrive.inc: add openssl to DEPENDS Scott Garman

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.