mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
freerdp-extension-xpunlimited: add git version
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
committed by
Koen Kooi
parent
e2a3f3bbf4
commit
7372fda6d7
@@ -0,0 +1,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"
|
||||||
Reference in New Issue
Block a user