summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/freerdp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-10-29 12:29:45 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-30 09:50:56 +0100
commit5056a7bf473c1e121eefa869f6a61ac4580604c9 (patch)
tree4fbd03b16e5cc08d5a102b98e4f926325d9a5f48 /meta-oe/recipes-support/freerdp
parentf51d30baf0788f47f941ea1d959b716eba1b0eed (diff)
downloadmeta-openembedded-5056a7bf473c1e121eefa869f6a61ac4580604c9.tar.gz
freerdp: Update to lastest stable (upcoming 1.0.2)
This changes the build system from autotools for cmake so we change the options to allow it to proper build. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/freerdp')
-rw-r--r--meta-oe/recipes-support/freerdp/freerdp.inc19
-rw-r--r--meta-oe/recipes-support/freerdp/freerdp_git.bb8
2 files changed, 15 insertions, 12 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp.inc b/meta-oe/recipes-support/freerdp/freerdp.inc
index d898f4683..65c61c2d4 100644
--- a/meta-oe/recipes-support/freerdp/freerdp.inc
+++ b/meta-oe/recipes-support/freerdp/freerdp.inc
@@ -1,22 +1,25 @@
1# Copyright (C) 2010, 2011 O.S. Systems Software Ltda. All Rights Reserved 1# Copyright (C) 2010-2012 O.S. Systems Software Ltda. All Rights Reserved
2# Released under the MIT license 2# Released under the MIT license
3 3
4DESCRIPTION = "FreeRDP RDP client" 4DESCRIPTION = "FreeRDP RDP client"
5HOMEPAGE = "http://www.freerdp.com" 5HOMEPAGE = "http://www.freerdp.com"
6DEPENDS = "virtual/libx11 openssl libxcursor libxv cups alsa-lib pulseaudio pcsc-lite" 6DEPENDS = "virtual/libx11 openssl libxcursor libxv cups alsa-lib pulseaudio pcsc-lite libxkbfile libxinerama"
7SECTION = "x11/network" 7SECTION = "x11/network"
8LICENSE = "Apache-2.0" 8LICENSE = "Apache-2.0"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
10 10
11INC_PR = "r1" 11INC_PR = "r1"
12 12
13inherit pkgconfig autotools 13inherit pkgconfig cmake
14 14
15EXTRA_OECONF += "--with-smartcard --with-xvideo" 15EXTRA_OECMAKE += "-DWITH_PULSEAUDIO=ON \
16 16 -DWITH_PCSC=ON \
17do_install_append() { 17 -DWITH_CUPS=ON \
18 rm ${D}${libdir}/freerdp/*.a ${D}${libdir}/freerdp/*.la 18 -DWITH_FFMPEG=OFF \
19} 19 -DWITH_CUNIT=OFF \
20 -DWITH_X11=ON \
21 -DWITH_XKBFILE=ON \
22 -DWITH_XINERAMA=ON"
20 23
21PACKAGES =+ "libfreerdp" 24PACKAGES =+ "libfreerdp"
22 25
diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb b/meta-oe/recipes-support/freerdp/freerdp_git.bb
index 2a3affd4d..01ab390c8 100644
--- a/meta-oe/recipes-support/freerdp/freerdp_git.bb
+++ b/meta-oe/recipes-support/freerdp/freerdp_git.bb
@@ -1,4 +1,4 @@
1# Copyright (C) 2010, 2011, O.S. Systems Software Ltda. 1# Copyright (C) 2010-2012, O.S. Systems Software Ltda.
2# Released under the MIT license 2# Released under the MIT license
3 3
4include freerdp.inc 4include freerdp.inc
@@ -7,9 +7,9 @@ inherit gitpkgv
7 7
8PV = "gitr${SRCPV}" 8PV = "gitr${SRCPV}"
9PKGV = "${GITPKGVTAG}" 9PKGV = "${GITPKGVTAG}"
10PR = "${INC_PR}.3" 10PR = "${INC_PR}.0"
11 11
12SRCREV = "b3eb650c919c4b3b1e5bc12cea6afb05282a7232" 12SRCREV = "19d4a4276869ec40ee1eef066ac460615734c043"
13SRC_URI = "git://github.com/FreeRDP/FreeRDP-old.git;protocol=git" 13SRC_URI = "git://github.com/FreeRDP/FreeRDP.git"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"