diff options
Diffstat (limited to 'meta-oe/recipes-support/freerdp')
| -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 ed7fc4d5b3..0000000000 --- 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" | ||
