freerdp: bump SRCREV and change license to Apache-2.0
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 25 Feb 2011 20:14:34 +0000 (20:14 +0000)
committerTom Rini <tom_rini@mentor.com>
Fri, 25 Feb 2011 19:37:15 +0000 (12:37 -0700)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/freerdp/freerdp.inc
recipes/freerdp/freerdp_git.bb

index 0b9c9ac..c75175e 100644 (file)
@@ -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
 
index 37d0041..1ed2a19 100644 (file)
@@ -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"