From: Otavio Salvador Date: Thu, 6 Dec 2012 16:00:00 +0000 (+0000) Subject: freerdp-extension-xpunlimited: Remove the recipe as it is uncompatible X-Git-Tag: rev_ivi_2015_02_04~3965 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65e8d6d8e45d7e212ea2605c3c5da773170715b3;p=scm%2Fbb%2Ftizen-distro.git 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. (From meta-openembedded rev: 42bb973d9b7a85f128bdc7876d067958e933e2a8) Signed-off-by: Otavio Salvador Signed-off-by: Koen Kooi Signed-off-by: Patrick Ohly --- 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 index ed7fc4d..0000000 --- a/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp-extension-xpunlimited_git.bb +++ /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"