diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2008-11-27 02:03:16 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2008-11-27 02:03:16 +0100 |
commit | 29ba23c6c47d785eeca129a6150fdbe8a1092a76 (patch) | |
tree | ea3334bff3bb6b1c68bb6ee83a74da448f10aa68 /packages/nxcl/libnxcl_0.9.bb | |
parent | e8e3c039fb38198bef8b09cdcf43b9334a2acbfa (diff) |
libnxcl: various updates from my work for the n810
* adding ssh proxy support
* delete the client logfiles option
* warnings about ssh errors
* better ssh-key handling
* bump PR
Diffstat (limited to 'packages/nxcl/libnxcl_0.9.bb')
-rw-r--r-- | packages/nxcl/libnxcl_0.9.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/nxcl/libnxcl_0.9.bb b/packages/nxcl/libnxcl_0.9.bb index ea62579019..a10c4d5146 100644 --- a/packages/nxcl/libnxcl_0.9.bb +++ b/packages/nxcl/libnxcl_0.9.bb @@ -2,12 +2,18 @@ DESCRIPTION = "Backend library for the free nx-clients" HOMEPAGE = "http://freenx.berlios.de/" SECTION = "libs" LICENSE = "GPL" -PR = "r0" +PR = "r1" RDEPENDS = "nxproxy ssh" SRC_URI = "http://download.berlios.de/freenx/freenx-client-${PV}.tar.bz2 \ file://gcc4.3-ftbfs.patch;patch=1 \ + file://dodnx.patch;patch=1 \ + file://gcc-warnings.patch;patch=1 \ + file://restorekeyboard.patch;patch=1 \ + file://publicKey.patch;patch=1 \ + file://deletelogfiles.patch;patch=1 \ + file://ssh_dnserror.patch;patch=1 \ " S = "${WORKDIR}/freenx-client-${PV}/nxcl" |