opera hbbtv.
[vuplus_openembedded] / recipes / gnet / gnet_svn.bb
index c09b7f8..f6b27e3 100644 (file)
@@ -3,10 +3,13 @@ LICENSE = "LGPL"
 SECTION = "libs/network"
 HOMEPAGE = "http://www.gnetlibrary.org"
 DEPENDS = "glib-2.0"
-PV = "2.0.7+svn${SRCDATE}"
+PV = "2.0.7+svnr${SRCPV}"
+PR = "r1"
 
-SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk \
-           file://buildfix.patch;patch=1"
+SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk;proto=http \
+           file://buildfix.patch;patch=1 \
+           file://configure_fix.patch;patch=1 \
+           file://pkgconfig_fix.patch;patch=1 "
 
 S = "${WORKDIR}/trunk"
 
@@ -14,8 +17,4 @@ EXTRA_OECONF =        "--disable-pthreads"
 
 FILES_${PN}-dev += "${libdir}/gnet-2.0"
 
-inherit autotools pkgconfig
-
-do_stage() {
-       autotools_stage_all
-}
+inherit autotools_stage pkgconfig