diff options
-rw-r--r-- | meta-oe/recipes-support/freerdp/freerdp_2.2.0.bb (renamed from meta-oe/recipes-support/freerdp/freerdp_git.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb b/meta-oe/recipes-support/freerdp/freerdp_2.2.0.bb index 7cafbb7993..6a97c24c2f 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_git.bb +++ b/meta-oe/recipes-support/freerdp/freerdp_2.2.0.bb | |||
@@ -11,12 +11,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
11 | inherit pkgconfig cmake gitpkgv | 11 | inherit pkgconfig cmake gitpkgv |
12 | 12 | ||
13 | PE = "1" | 13 | PE = "1" |
14 | PV = "2.0.0+gitr${SRCPV}" | ||
15 | PKGV = "${GITPKGVTAG}" | 14 | PKGV = "${GITPKGVTAG}" |
16 | 15 | ||
17 | # 2.0.0 release | 16 | SRCREV = "d2ba84a6885f57674098fe8e76c5f99d880e580d" |
18 | SRCREV = "5ab2bed8749747b8e4b2ed431fd102bc726be684" | 17 | SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0 \ |
19 | SRC_URI = "git://github.com/FreeRDP/FreeRDP.git \ | ||
20 | file://winpr-makecert-Build-with-install-RPATH.patch \ | 18 | file://winpr-makecert-Build-with-install-RPATH.patch \ |
21 | " | 19 | " |
22 | 20 | ||