diff options
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/freerdp/freerdp_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb b/meta-oe/recipes-support/freerdp/freerdp_git.bb index 099a80e31..434e89aa8 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_git.bb +++ b/meta-oe/recipes-support/freerdp/freerdp_git.bb | |||
@@ -7,11 +7,11 @@ inherit gitpkgv | |||
7 | 7 | ||
8 | PV = "gitr${SRCPV}" | 8 | PV = "gitr${SRCPV}" |
9 | PKGV = "${GITPKGVTAG}" | 9 | PKGV = "${GITPKGVTAG}" |
10 | PR = "${INC_PR}.1" | 10 | PR = "${INC_PR}.2" |
11 | 11 | ||
12 | EXTRA_OECMAKE += "-DWITH_MANPAGES=OFF" | 12 | EXTRA_OECMAKE += "-DWITH_MANPAGES=OFF" |
13 | 13 | ||
14 | SRCREV = "e0f2b3ccc986a165d9c289a569b60eab66153792" | 14 | SRCREV = "f311acaffb9190567e2b478a98d7cbfaf2709f6b" |
15 | SRC_URI = "git://github.com/FreeRDP/FreeRDP.git" | 15 | SRC_URI = "git://github.com/FreeRDP/FreeRDP.git" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |