aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/htmldoc
diff options
context:
space:
mode:
authorVitus Jensen <vjensen@gmx.de>2010-09-06 13:54:01 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-13 21:30:28 -0700
commit8a88368dbe21674fbe9ede83898fdcd7d0c18d14 (patch)
tree00a01644ab283fe7e067596fd8d5017ecbb0ea31 /recipes/htmldoc
parentd2e47ce600dd3ffadc5bb7e14980312a3ca7610b (diff)
downloadopenembedded-8a88368dbe21674fbe9ede83898fdcd7d0c18d14.tar.gz
htmldoc-gui_1.9.x: remove, there is no GUI code in developer snapshots
Signed-off-by: Vitus Jensen <vjensen@gmx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/htmldoc')
-rw-r--r--recipes/htmldoc/htmldoc-gui_1.9.x-r1571.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes/htmldoc/htmldoc-gui_1.9.x-r1571.bb b/recipes/htmldoc/htmldoc-gui_1.9.x-r1571.bb
deleted file mode 100644
index 098bf63057..0000000000
--- a/recipes/htmldoc/htmldoc-gui_1.9.x-r1571.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-require htmldoc.inc
-DEPENDS += "htmldoc-native fltk"
-PR = "r2"
-
-
-SRC_URI = "http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/htmldoc/snapshots/htmldoc-${PV}.tar.bz2 \
-file://paths_1.9.x.patch"
-
-
-S = "${WORKDIR}/htmldoc-${PV}"
-
-inherit autotools pkgconfig
-
-EXTRA_AUTORECONF += "--exclude=autoheader"
-EXTRA_OECONF += "--disable-localpng --disable-localjpeg --disable-localzlib \
- --with-gui=yes"
-
-FILES_${PN} += "${datadir}/htmldoc/fonts"
-FILES_${PN} += "${datadir}/htmldoc/data"
-
-
-do_install() {
- oe_runmake 'DESTDIR=${D}' install
-}
-
-SRC_URI[md5sum] = "eda75ba1abe14ed8e71c6f40438def85"
-SRC_URI[sha256sum] = "b4c78ff6b47521e980533e52cbe46fe86874c75b3d6bc18bcc2500a2ba854c3e"