summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-02-13 17:13:07 +0000
committerChris Lord <chris@openedhand.com>2006-02-13 17:13:07 +0000
commitdeb4dd0de43dda3840d99fcc47156658938d421f (patch)
tree5b2f5713a806f31fc143e4fe1b1623003ff78fd3 /openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb
parentaaeed35c6102608d0b11896eef2c8b428b07e2ee (diff)
downloadpoky-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-xopenembedded/packages/gtkhtml2/gtkhtml2_cvs.bb6
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."
4LICENSE = "GPL" 4LICENSE = "GPL"
5MAINTAINER = "Chris Lord <chris@openedhand.com>" 5MAINTAINER = "Chris Lord <chris@openedhand.com>"
6PV = "2.11.0+cvs${SRCDATE}" 6PV = "2.11.0+cvs${SRCDATE}"
7PR = "r1"
7 8
8SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gtkhtml2 \ 9SRC_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
15S = "${WORKDIR}/${PN}" 19S = "${WORKDIR}/${PN}"
16 20