mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 19:15:01 +00:00
gnet: Use SRCREV, not SRCDATE and use http protocol for svn
This commit is contained in:
parent
35994a063d
commit
88cc024814
@ -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 "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user