summaryrefslogtreecommitdiff
path: root/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-02-07 04:22:50 +0000
committerChris Lord <chris@openedhand.com>2006-02-07 04:22:50 +0000
commit4fbba6350edd17d9272a668b5ba564f558974a94 (patch)
treedafc821fd7b7d4ec5e08966b6ac479f50f94e5df /openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb
parentef60244cc4a28777efdaed9260e8c7ae4872e2b1 (diff)
downloadopenembedded-core-4fbba6350edd17d9272a668b5ba564f558974a94.tar.gz
openembedded-core-4fbba6350edd17d9272a668b5ba564f558974a94.tar.bz2
openembedded-core-4fbba6350edd17d9272a668b5ba564f558974a94.tar.xz
openembedded-core-4fbba6350edd17d9272a668b5ba564f558974a94.zip
Add curl (new dependency of Web), fix a fontconfig-native build issue,
update gtkhtml2 patches and update to a newer more functional Web snapshot git-svn-id: https://svn.o-hand.com/repos/poky@251 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb')
-rwxr-xr-xopenembedded/packages/gtkhtml2/gtkhtml2_cvs.bb11
1 files changed, 5 insertions, 6 deletions
diff --git a/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb b/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb
index cdb420615..8cc963dd2 100755
--- a/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb
+++ b/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb
@@ -3,15 +3,14 @@ DEPENDS = "gtk+ glib-2.0 libxml2"
DESCRIPTION = "A GTK+ HTML rendering library."
LICENSE = "GPL"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
-PV = "2.11.0cvs${CVSDATE}"
+PV = "2.11.0+cvs-${CVSDATE}"
SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gtkhtml2 \
file://at-import_box-pos.patch;patch=1;pnum=0 \
- file://fix-background-none.patch;patch=1;pnum=1 \
- file://css-stylesheet-user.patch;patch=1;pnum=1 \
- file://css-media.patch;patch=1;pnum=1 \
- file://fix-background-min-max.patch;patch=1;pnum=1 \
- file://fix-recreation.patch;patch=1;pnum=1"
+ file://css-stylesheet-user.patch;patch=1;pnum=0 \
+ file://css-media.patch;patch=1;pnum=0 \
+ file://fix-infinite-loop.patch;patch=1;pnum=0 \
+ file://fix-margin-inherit.patch;patch=1;pnum=0"
S = "${WORKDIR}/${PN}"