diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-12-06 16:00:00 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-12-07 11:05:05 +0100 |
commit | 42bb973d9b7a85f128bdc7876d067958e933e2a8 (patch) | |
tree | 7298a583cb66c725acd82dca723f9bea8894f672 | |
parent | 421a73c9c3bea13e029cd0505711ef02753949bb (diff) | |
download | meta-openembedded-42bb973d9b7a85f128bdc7876d067958e933e2a8.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-support/freerdp/freerdp-extension-xpunlimited_git.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp-extension-xpunlimited_git.bb b/meta-oe/recipes-support/freerdp/freerdp-extension-xpunlimited_git.bb deleted file mode 100644 index ed7fc4d5b..000000000 --- a/meta-oe/recipes-support/freerdp/freerdp-extension-xpunlimited_git.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | # Copyright (C) 2011 O.S. Systems Software Ltda. All Rights Reserved | ||
2 | # Released under the MIT license | ||
3 | |||
4 | DESCRIPTION = "FreeRDP XPUnlimited RDP Extension support" | ||
5 | HOMEPAGE = "https://github.com/OSSystems/FreeRDP-Extension-XPUnlimited" | ||
6 | DEPENDS = "freerdp" | ||
7 | SECTION = "x11/network" | ||
8 | LICENSE = "Apache-2.0" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
10 | |||
11 | PV = "gitr${SRCPV}" | ||
12 | PKGV = "${GITPKGVTAG}" | ||
13 | PR = "r0" | ||
14 | |||
15 | inherit pkgconfig cmake gitpkgv | ||
16 | |||
17 | SRCREV = "e952627ff4c116b4ce8541c91cb96bd5422c4a0d" | ||
18 | SRC_URI = "git://github.com/OSSystems/FreeRDP-Extension-XPUnlimited.git;protocol=git" | ||
19 | |||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | FILES_${PN} += "${libdir}/freerdp/extensions/*.so" | ||
23 | FILES_${PN}-dbg += "${libdir}/freerdp/extensions/.debug/*.so" | ||