diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
| commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
| tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /openembedded/packages/gtkhtml2 | |
| parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
| download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz | |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gtkhtml2')
| -rwxr-xr-x | openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb b/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb deleted file mode 100755 index 01360b2077..0000000000 --- a/openembedded/packages/gtkhtml2/gtkhtml2_cvs.bb +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | SECTION = "libs" | ||
| 2 | DEPENDS = "gtk+ glib-2.0 libxml2" | ||
| 3 | DESCRIPTION = "A GTK+ HTML rendering library." | ||
| 4 | LICENSE = "GPL" | ||
| 5 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | ||
| 6 | PV = "2.11.0+cvs${SRCDATE}" | ||
| 7 | PR = "r3" | ||
| 8 | |||
| 9 | SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gtkhtml2 \ | ||
| 10 | http://svn.o-hand.com/repos/web/trunk/patches/at-import_box-pos.patch;patch=1;pnum=0 \ | ||
| 11 | http://svn.o-hand.com/repos/web/trunk/patches/css-stylesheet-user.patch;patch=1;pnum=0 \ | ||
| 12 | http://svn.o-hand.com/repos/web/trunk/patches/css-media.patch;patch=1;pnum=0 \ | ||
| 13 | http://svn.o-hand.com/repos/web/trunk/patches/add-end-element-signal.patch;patch=1;pnum=0 \ | ||
| 14 | http://svn.o-hand.com/repos/web/trunk/patches/add-dom-functions.patch;patch=1;pnum=0 \ | ||
| 15 | http://svn.o-hand.com/repos/web/trunk/patches/iain-mem-leak.patch;patch=1;pnum=0" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/${PN}" | ||
| 18 | |||
| 19 | inherit pkgconfig autotools | ||
| 20 | |||
| 21 | EXTRA_OECONF = " --disable-accessibility" | ||
| 22 | |||
| 23 | do_stage() { | ||
| 24 | oe_libinstall -so -C libgtkhtml libgtkhtml-2 ${STAGING_LIBDIR} | ||
| 25 | install -d ${STAGING_INCDIR}/gtkhtml-2.0/libgtkhtml | ||
| 26 | ( for i in css document dom dom/core dom/events dom/html dom/traversal dom/views graphics layout layout/html util view; do install -d ${STAGING_INCDIR}/gtkhtml-2.0/libgtkhtml/$i; install -m 0644 ${S}/libgtkhtml/$i/*.h ${STAGING_INCDIR}/gtkhtml-2.0/libgtkhtml/$i; done ) | ||
| 27 | install -m 0644 ${S}/libgtkhtml/*.h ${STAGING_INCDIR}/gtkhtml-2.0/libgtkhtml | ||
| 28 | } | ||
| 29 | |||
