summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-02-01 09:52:55 +0000
committerChris Lord <chris@openedhand.com>2006-02-01 09:52:55 +0000
commitda8ed2882801ca513eef5b696de14ea99c485354 (patch)
treead43f2132fd8896e1c2c4aefe75ad572273d469a /openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb
parent27700c91dd31d47332e6533241982d856772e08b (diff)
downloadpoky-da8ed2882801ca513eef5b696de14ea99c485354.tar.gz
Add libsoup, libspidermonkey, libxml2 cvs, patched gtkhtml2 and web
packages git-svn-id: https://svn.o-hand.com/repos/poky@245 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb')
-rwxr-xr-xopenembedded/packages/gtkhtml2/gtkhtml2_cvs.bb10
1 files changed, 8 insertions, 2 deletions
diff --git a/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb b/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb
index 7755cffa26..cdb4206157 100755
--- a/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb
+++ b/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb
@@ -3,9 +3,15 @@ DEPENDS = "gtk+ glib-2.0 libxml2"
3DESCRIPTION = "A GTK+ HTML rendering library." 3DESCRIPTION = "A GTK+ HTML rendering library."
4LICENSE = "GPL" 4LICENSE = "GPL"
5MAINTAINER = "Chris Lord <chris@openedhand.com>" 5MAINTAINER = "Chris Lord <chris@openedhand.com>"
6PV = "0.0cvs${CVSDATE}" 6PV = "2.11.0cvs${CVSDATE}"
7 7
8SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gtkhtml2" 8SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gtkhtml2 \
9 file://at-import_box-pos.patch;patch=1;pnum=0 \
10 file://fix-background-none.patch;patch=1;pnum=1 \
11 file://css-stylesheet-user.patch;patch=1;pnum=1 \
12 file://css-media.patch;patch=1;pnum=1 \
13 file://fix-background-min-max.patch;patch=1;pnum=1 \
14 file://fix-recreation.patch;patch=1;pnum=1"
9 15
10S = "${WORKDIR}/${PN}" 16S = "${WORKDIR}/${PN}"
11 17