mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
freerdp-extension-xpunlimited: Remove the recipe as it is uncompatible
The 1.0 version of FreeRDP has change a lot and made the extension to fail; as this extension has some limit usage (due some legal interpretations) we stoped to support it upstream and in O.S. Systems. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
421a73c9c3
commit
42bb973d9b
|
|
@ -1,23 +0,0 @@
|
|||
# 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 gitpkgv
|
||||
|
||||
SRCREV = "e952627ff4c116b4ce8541c91cb96bd5422c4a0d"
|
||||
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"
|
||||
Loading…
Reference in New Issue
Block a user