aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/freerdp/freerdp_git.bb
blob: f9cb9a6b621275a514c84f7a5ef4d81a6b87d4d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright (C) 2010-2012, O.S. Systems Software Ltda.
# Released under the MIT license

include freerdp.inc

inherit gitpkgv

PV = "1.2.5+gitr${SRCPV}"
PKGV = "${GITPKGVTAG}"

EXTRA_OECMAKE += "-DBUILD_STATIC_LIBS=OFF \
                  -DCMAKE_POSITION_INDEPENDANT_CODE=ON \
                  -DWITH_MANPAGES=OFF \
                 "

SRCREV = "62da9d28c674814c81c245c1c7882eb0da7be76b"
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git \
           file://winpr-makecert-Build-with-install-RPATH.patch \
          "

S = "${WORKDIR}/git"