mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
gnet: Use SRCREV, not SRCDATE and use http protocol for svn
This commit is contained in:
@@ -3,10 +3,10 @@ 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${SRCREV}"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk \
|
||||
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 "
|
||||
|
||||
Reference in New Issue
Block a user