aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/freerdp/freerdp-extension-xpunlimited_git.bb
blob: 7e67a63ee44152c4d781a7103089986dd525ead7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright (C) 2011 O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license

DESCRIPTION = "FreeRDP XPUnlimited RDP Extension support"
HOMEPAGE = "https://github.com/OSSystems/FreeRDP-Extension-XPUnlimited"
DEPENDS = "freerdp"
SECTION = "x11/network"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"

PV = "gitr${SRCPV}"
PKGV = "${GITPKGVTAG}"
PR = "r0"

inherit pkgconfig cmake

SRCREV = "7b3b8538c8cb863f720ba5351aebc220e126a4b7"
SRC_URI = "git://github.com/OSSystems/FreeRDP-Extension-XPUnlimited.git;protocol=git"

S = "${WORKDIR}/git"

FILES_${PN} += "${libdir}/freerdp/extensions/*.so"
FILES_${PN}-dbg += "${libdir}/freerdp/extensions/.debug/*.so"