diff options
| author | Chris Lord <chris@openedhand.com> | 2006-02-01 09:52:55 +0000 |
|---|---|---|
| committer | Chris Lord <chris@openedhand.com> | 2006-02-01 09:52:55 +0000 |
| commit | da8ed2882801ca513eef5b696de14ea99c485354 (patch) | |
| tree | ad43f2132fd8896e1c2c4aefe75ad572273d469a /openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb | |
| parent | 27700c91dd31d47332e6533241982d856772e08b (diff) | |
| download | poky-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-x | openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb | 10 |
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" | |||
| 3 | DESCRIPTION = "A GTK+ HTML rendering library." | 3 | 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 = "0.0cvs${CVSDATE}" | 6 | PV = "2.11.0cvs${CVSDATE}" |
| 7 | 7 | ||
| 8 | SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gtkhtml2" | 8 | SRC_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 | ||
| 10 | S = "${WORKDIR}/${PN}" | 16 | S = "${WORKDIR}/${PN}" |
| 11 | 17 | ||
