[librtmp] fix build bug
authorkos <kos@dev3>
Mon, 6 Aug 2012 03:49:34 +0000 (12:49 +0900)
committerkos <kos@dev3>
Mon, 6 Aug 2012 03:49:34 +0000 (12:49 +0900)
recipes/rtmp/librtmp.bb

index 6b0f161..1ee1a0a 100644 (file)
@@ -7,10 +7,10 @@ inherit gitpkgv
 
 PKGV = "2.4+git${GITPKGV}"
 PV = "2.4+git${SRCPV}"
-PR = "r1"
+PR = "r2"
 
 BRANCH=""
-SRCREV=""
+SRCREV="7340f6dbc6b3c8e552baab2e5a891c2de75cddcc"
 
 SRC_URI = "git://git.ffmpeg.org/rtmpdump;protocol=git;branch=${BRANCH};tag=${SRCREV}"