]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-kdrive.inc: add openssl to DEPENDS
authorScott Garman <scott.a.garman@intel.com>
Mon, 7 Feb 2011 22:14:00 +0000 (14:14 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 9 Feb 2011 22:45:47 +0000 (22:45 +0000)
This fixes the following configure error:
No suitable SHA1 implementation found

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc
meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb

index 920c03285a7cf66206e2e45b472d6395e2c37b3d..52b63ed0f479e52e791de4aac52b83ab0763bf1e 100644 (file)
@@ -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"
 
index ea3268e78e266bc84994f676f58b9236a1d4d15c..f6a0d83ccb9844208c34993de76fd979908e9fee 100644 (file)
@@ -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 \