freerdp-extension-xpunlimited: Remove the recipe as it is uncompatible
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 6 Dec 2012 16:00:00 +0000 (16:00 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:25:22 +0000 (08:25 -0800)
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.

(From meta-openembedded rev: 42bb973d9b7a85f128bdc7876d067958e933e2a8)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/freerdp/freerdp-extension-xpunlimited_git.bb [deleted file]

diff --git a/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp-extension-xpunlimited_git.bb b/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp-extension-xpunlimited_git.bb
deleted file mode 100644 (file)
index ed7fc4d..0000000
+++ /dev/null
@@ -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"