aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libxcomp/libxcomp_3.3.0-3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libxcomp/libxcomp_3.3.0-3.bb')
-rw-r--r--recipes/libxcomp/libxcomp_3.3.0-3.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes/libxcomp/libxcomp_3.3.0-3.bb b/recipes/libxcomp/libxcomp_3.3.0-3.bb
index e0d7fa6b43..68fc61da07 100644
--- a/recipes/libxcomp/libxcomp_3.3.0-3.bb
+++ b/recipes/libxcomp/libxcomp_3.3.0-3.bb
@@ -2,14 +2,14 @@ DESCRIPTION = "Compression library for x-protocol from nomachine"
HOMEPAGE = "http://www.nomachine.com/"
SECTION = "libs"
LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
DEPENDS = "virtual/libx11 zlib jpeg libpng"
SRC_URI = "http://64.34.161.181/download/3.3.0/sources/nxcomp-${PV}.tar.gz \
+ file://use-const-char-pointer.patch \
"
-
inherit autotools
S = "${WORKDIR}/nxcomp"
@@ -20,11 +20,5 @@ do_install () {
install -m 0644 NX.h ${D}${includedir}/
}
-
-do_stage () {
- oe_libinstall -a -so libXcomp ${STAGING_LIBDIR}
- install -m 0644 NX.h ${STAGING_INCDIR}/
-}
-
SRC_URI[md5sum] = "2327cca8e6116fd6a96345566336d81d"
SRC_URI[sha256sum] = "069b3baa000b4a6125b86bddaf67c1b7fcd082eaf14b64113558fc30d6c71dd7"