aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nxcl
diff options
context:
space:
mode:
authorwoglinde <heinold@inf.fu-berlin.de>2008-11-28 00:22:10 +0100
committerwoglinde <heinold@inf.fu-berlin.de>2008-11-28 00:22:10 +0100
commit66122506848347141f5251894538d76942d0af42 (patch)
treeeecff2e1c11ec1602f15d29ab317945d21c26cee /packages/nxcl
parent5473b49afefa850c2dc0b40b633f51ae96820563 (diff)
downloadopenembedded-66122506848347141f5251894538d76942d0af42.tar.gz
libnxcl: set RDEPENDS to nxssh and bump PR
Diffstat (limited to 'packages/nxcl')
-rw-r--r--packages/nxcl/libnxcl_0.9.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/nxcl/libnxcl_0.9.bb b/packages/nxcl/libnxcl_0.9.bb
index a10c4d5146..ebdb1b7f1c 100644
--- a/packages/nxcl/libnxcl_0.9.bb
+++ b/packages/nxcl/libnxcl_0.9.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "Backend library for the free nx-clients"
HOMEPAGE = "http://freenx.berlios.de/"
SECTION = "libs"
LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
-RDEPENDS = "nxproxy ssh"
+RDEPENDS = "nxproxy nxssh"
SRC_URI = "http://download.berlios.de/freenx/freenx-client-${PV}.tar.bz2 \
file://gcc4.3-ftbfs.patch;patch=1 \