[poky] [PATCH 1/1] xserver-kdrive.inc: add openssl to DEPENDS
Scott Garman
scott.a.garman at intel.com
Mon Feb 7 14:19:57 PST 2011
From: Scott Garman <scott.a.garman at intel.com>
This fixes the following configure error:
No suitable SHA1 implementation found
Signed-off-by: Scott Garman <scott.a.garman at intel.com>
---
.../xorg-xserver/xserver-kdrive.inc | 2 +-
1 files changed, 1 insertions(+), 1 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"
--
1.7.4
More information about the poky
mailing list