diff options
Diffstat (limited to 'meta')
-rw-r--r--[-rwxr-xr-x] | meta/packages/gtkhtml2/gtkhtml2_svn.bb (renamed from meta/packages/gtkhtml2/gtkhtml2_cvs.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/gtkhtml2/gtkhtml2_cvs.bb b/meta/packages/gtkhtml2/gtkhtml2_svn.bb index c44a7ee5f0..a2eb95ad6b 100755..100644 --- a/meta/packages/gtkhtml2/gtkhtml2_cvs.bb +++ b/meta/packages/gtkhtml2/gtkhtml2_svn.bb | |||
@@ -2,10 +2,10 @@ SECTION = "libs" | |||
2 | DEPENDS = "gtk+ glib-2.0 libxml2" | 2 | DEPENDS = "gtk+ glib-2.0 libxml2" |
3 | DESCRIPTION = "A GTK+ HTML rendering library." | 3 | DESCRIPTION = "A GTK+ HTML rendering library." |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | PV = "2.11.0+cvs${SRCDATE}" | 5 | PV = "2.11.0+svn${SRCDATE}" |
6 | PR = "r3" | 6 | PR = "r3" |
7 | 7 | ||
8 | SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gtkhtml2 \ | 8 | SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk;proto=http \ |
9 | http://svn.o-hand.com/repos/web/trunk/patches/at-import_box-pos.patch;patch=1;pnum=0 \ | 9 | http://svn.o-hand.com/repos/web/trunk/patches/at-import_box-pos.patch;patch=1;pnum=0 \ |
10 | http://svn.o-hand.com/repos/web/trunk/patches/css-stylesheet-user.patch;patch=1;pnum=0 \ | 10 | http://svn.o-hand.com/repos/web/trunk/patches/css-stylesheet-user.patch;patch=1;pnum=0 \ |
11 | http://svn.o-hand.com/repos/web/trunk/patches/css-media.patch;patch=1;pnum=0 \ | 11 | 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 \ | |||
13 | http://svn.o-hand.com/repos/web/trunk/patches/add-dom-functions.patch;patch=1;pnum=0 \ | 13 | http://svn.o-hand.com/repos/web/trunk/patches/add-dom-functions.patch;patch=1;pnum=0 \ |
14 | http://svn.o-hand.com/repos/web/trunk/patches/iain-mem-leak.patch;patch=1;pnum=0" | 14 | http://svn.o-hand.com/repos/web/trunk/patches/iain-mem-leak.patch;patch=1;pnum=0" |
15 | 15 | ||
16 | S = "${WORKDIR}/${PN}" | 16 | S = "${WORKDIR}/trunk" |
17 | 17 | ||
18 | inherit pkgconfig autotools | 18 | inherit pkgconfig autotools |
19 | 19 | ||