aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freerdp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-02-25 20:14:34 +0000
committerTom Rini <tom_rini@mentor.com>2011-02-25 12:37:15 -0700
commit83da8e9e79ec72541163a02b983f982971929ac7 (patch)
treefe39818a4a32a069515e531936a3925cadc977af /recipes/freerdp
parent035d139c6463d23b43fcc86fdd01cb0fcbcb2a11 (diff)
downloadopenembedded-83da8e9e79ec72541163a02b983f982971929ac7.tar.gz
freerdp: bump SRCREV and change license to Apache-2.0
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/freerdp')
-rw-r--r--recipes/freerdp/freerdp.inc4
-rw-r--r--recipes/freerdp/freerdp_git.bb8
2 files changed, 5 insertions, 7 deletions
diff --git a/recipes/freerdp/freerdp.inc b/recipes/freerdp/freerdp.inc
index 0b9c9ace64..c75175ee17 100644
--- a/recipes/freerdp/freerdp.inc
+++ b/recipes/freerdp/freerdp.inc
@@ -5,9 +5,9 @@ DESCRIPTION = "FreeRDP RDP client"
HOMEPAGE = "http://freerdp.sourceforge.net"
DEPENDS = "virtual/libx11 openssl libxcursor cups alsa-lib"
SECTION = "x11/network"
-LICENSE = "GPL"
+LICENSE = "Apache-2.0"
-INC_PR = "r4"
+INC_PR = "r5"
inherit pkgconfig autotools
diff --git a/recipes/freerdp/freerdp_git.bb b/recipes/freerdp/freerdp_git.bb
index 37d0041f51..1ed2a19158 100644
--- a/recipes/freerdp/freerdp_git.bb
+++ b/recipes/freerdp/freerdp_git.bb
@@ -7,11 +7,9 @@ inherit gitpkgv
PV = "gitr${SRCPV}"
PKGV = "${GITPKGVTAG}"
+PR = "${INC_PR}.0"
-SRCREV = "aec5dd5807dbcd0989bb15124dcac157bb0412bc"
-PR = "${INC_PR}.4"
+SRCREV = "6f7eb2abb077d60a09eeb66a10ad97d102336d3c"
+SRC_URI = "git://freerdp.git.sourceforge.net/gitroot/freerdp/freerdp.git;protocol=git"
S = "${WORKDIR}/git"
-
-
-SRC_URI = "git://freerdp.git.sourceforge.net/gitroot/freerdp/freerdp.git;protocol=git"