diff options
| author | Chris Lord <chris@openedhand.com> | 2006-02-13 17:13:07 +0000 |
|---|---|---|
| committer | Chris Lord <chris@openedhand.com> | 2006-02-13 17:13:07 +0000 |
| commit | deb4dd0de43dda3840d99fcc47156658938d421f (patch) | |
| tree | 5b2f5713a806f31fc143e4fe1b1623003ff78fd3 /openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb | |
| parent | aaeed35c6102608d0b11896eef2c8b428b07e2ee (diff) | |
| download | poky-deb4dd0de43dda3840d99fcc47156658938d421f.tar.gz | |
Fix libcurl RPROVIDES, update gtkhtml2 patches and add web to oh-image
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@277 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb')
| -rwxr-xr-x | openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb b/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb index 5771567804..6d4c10b86a 100755 --- a/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb +++ b/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb | |||
| @@ -4,13 +4,17 @@ 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 = "r1" | ||
| 7 | 8 | ||
| 8 | SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gtkhtml2 \ | 9 | SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gtkhtml2 \ |
| 9 | file://at-import_box-pos.patch;patch=1;pnum=0 \ | 10 | file://at-import_box-pos.patch;patch=1;pnum=0 \ |
| 10 | file://css-stylesheet-user.patch;patch=1;pnum=0 \ | 11 | file://css-stylesheet-user.patch;patch=1;pnum=0 \ |
| 11 | file://css-media.patch;patch=1;pnum=0 \ | 12 | file://css-media.patch;patch=1;pnum=0 \ |
| 12 | file://fix-infinite-loop.patch;patch=1;pnum=0 \ | 13 | file://fix-infinite-loop.patch;patch=1;pnum=0 \ |
| 13 | file://fix-margin-inherit.patch;patch=1;pnum=0" | 14 | file://fix-margin-inherit.patch;patch=1;pnum=0 \ |
| 15 | file://fix-recreation2.patch;patch=1;pnum=0 \ | ||
| 16 | file://fix-style-change.patch;patch=1;pnum=0 \ | ||
| 17 | file://add-end-element-signal.patch;patch=1;pnum=0" | ||
| 14 | 18 | ||
| 15 | S = "${WORKDIR}/${PN}" | 19 | S = "${WORKDIR}/${PN}" |
| 16 | 20 | ||
