diff options
| author | Chris Lord <chris@openedhand.com> | 2006-04-25 21:31:52 +0000 |
|---|---|---|
| committer | Chris Lord <chris@openedhand.com> | 2006-04-25 21:31:52 +0000 |
| commit | 0be286480dc75f17cec50b77d4c9d281dea5d332 (patch) | |
| tree | 569123d4d0977cacd9f1db29516840dcc08c38fc /openembedded/packages | |
| parent | a7bfafd71555266b1908e4d3bb85d085c3028a0e (diff) | |
| download | poky-0be286480dc75f17cec50b77d4c9d281dea5d332.tar.gz | |
Update gtkhtml2 package for Web
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@368 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages')
| -rwxr-xr-x | openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb b/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb index 634138e296..01360b2077 100755 --- a/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb +++ b/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb | |||
| @@ -4,14 +4,15 @@ DESCRIPTION = "A GTK+ HTML rendering library." | |||
| 4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
| 5 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | 5 | MAINTAINER = "Chris Lord <chris@openedhand.com>" |
| 6 | PV = "2.11.0+cvs${SRCDATE}" | 6 | PV = "2.11.0+cvs${SRCDATE}" |
| 7 | PR = "r2" | 7 | PR = "r3" |
| 8 | 8 | ||
| 9 | SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gtkhtml2 \ | 9 | SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gtkhtml2 \ |
| 10 | 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/at-import_box-pos.patch;patch=1;pnum=0 \ |
| 11 | 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-stylesheet-user.patch;patch=1;pnum=0 \ |
| 12 | http://svn.o-hand.com/repos/web/trunk/patches/css-media.patch;patch=1;pnum=0 \ | 12 | http://svn.o-hand.com/repos/web/trunk/patches/css-media.patch;patch=1;pnum=0 \ |
| 13 | http://svn.o-hand.com/repos/web/trunk/patches/fix-margin-inherit.patch;patch=1;pnum=0 \ | 13 | http://svn.o-hand.com/repos/web/trunk/patches/add-end-element-signal.patch;patch=1;pnum=0 \ |
| 14 | http://svn.o-hand.com/repos/web/trunk/patches/add-end-element-signal.patch;patch=1;pnum=0" | 14 | http://svn.o-hand.com/repos/web/trunk/patches/add-dom-functions.patch;patch=1;pnum=0 \ |
| 15 | http://svn.o-hand.com/repos/web/trunk/patches/iain-mem-leak.patch;patch=1;pnum=0" | ||
| 15 | 16 | ||
| 16 | S = "${WORKDIR}/${PN}" | 17 | S = "${WORKDIR}/${PN}" |
| 17 | 18 | ||
