diff options
author | Ian Holmes <iain@openedhand.com> | 2007-04-05 15:46:45 +0000 |
---|---|---|
committer | Ian Holmes <iain@openedhand.com> | 2007-04-05 15:46:45 +0000 |
commit | 4390d5c31980324774c3cc6c411b77db14327771 (patch) | |
tree | 94f633433e95595a5418e0568ef1c14a4aed5775 | |
parent | 166b9363694c417782ed20acce0c8db44851a410 (diff) | |
download | poky-4390d5c31980324774c3cc6c411b77db14327771.tar.gz |
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
-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 | ||