1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

Move gtkhtml2 to use gnome svn rather than gnome cvs

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1443 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ian Holmes
2007-04-05 15:46:45 +00:00
parent 166b936369
commit 4390d5c319
@@ -2,10 +2,10 @@ SECTION = "libs"
DEPENDS = "gtk+ glib-2.0 libxml2"
DESCRIPTION = "A GTK+ HTML rendering library."
LICENSE = "GPL"
PV = "2.11.0+cvs${SRCDATE}"
PV = "2.11.0+svn${SRCDATE}"
PR = "r3"
SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gtkhtml2 \
SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk;proto=http \
http://svn.o-hand.com/repos/web/trunk/patches/at-import_box-pos.patch;patch=1;pnum=0 \
http://svn.o-hand.com/repos/web/trunk/patches/css-stylesheet-user.patch;patch=1;pnum=0 \
http://svn.o-hand.com/repos/web/trunk/patches/css-media.patch;patch=1;pnum=0 \
@@ -13,7 +13,7 @@ SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gtkhtml2 \
http://svn.o-hand.com/repos/web/trunk/patches/add-dom-functions.patch;patch=1;pnum=0 \
http://svn.o-hand.com/repos/web/trunk/patches/iain-mem-leak.patch;patch=1;pnum=0"
S = "${WORKDIR}/${PN}"
S = "${WORKDIR}/trunk"
inherit pkgconfig autotools