From 87350d079f980c84bba2bb4acdc3a598dc3de279 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 28 Aug 2010 11:46:43 -0700 Subject: recipes: Move some recipes to nonworking for getting bitbake world. * If a recipes has DEPENDS on another recipe which is nonworking then move the recipe in question to nonworking too. Signed-off-by: Khem Raj Acked-by: Frans Meulenbroeks --- recipes/gpe-mini-browser/gpe-mini-browser_0.16.bb | 55 ----------------------- 1 file changed, 55 deletions(-) delete mode 100644 recipes/gpe-mini-browser/gpe-mini-browser_0.16.bb (limited to 'recipes/gpe-mini-browser/gpe-mini-browser_0.16.bb') diff --git a/recipes/gpe-mini-browser/gpe-mini-browser_0.16.bb b/recipes/gpe-mini-browser/gpe-mini-browser_0.16.bb deleted file mode 100644 index e83467c8c4..0000000000 --- a/recipes/gpe-mini-browser/gpe-mini-browser_0.16.bb +++ /dev/null @@ -1,55 +0,0 @@ -require gpe-mini-browser.inc - -PR = "r1" - -SRC_URI = "ftp://ftp.handhelds.org/projects/gpe/source/gpe-mini-browser-${PV}.tar.gz" -DEPENDS = "osb-nrcit sqlite libgpewidget" - -S = "${WORKDIR}/gpe-mini-browser-${PV}" - -inherit autotools - -do_install() { - # install -d ${D}${docdir}/gpe - # install -m 0644 ${S}/gpe-mini-browser.html ${D}${docdir}/gpe/ - install -d ${D}/usr/share/applications - install -m 0644 ${S}/gpe-mini-browser.desktop ${D}/usr/share/applications/gpe-mini-browser.desktop - install -d ${D}/usr/share/pixmaps - install -m 0644 ${S}/gpe-mini-browser.png ${D}/usr/share/pixmaps/gpe-mini-browser.png - autotools_do_install -} - -pkg_postinst_${PN}-doc () { - #!/bin/sh - if [ "x$D" != "x" ]; then - if [ -e /etc/gpe/gpe-help.conf ]; then - echo gpe-mini-browser= /usr/share/doc/gpe/gpe-mini-browser.html >> /etc/gpe/gpe-help.conf - else - echo [Help] >> /etc/gpe/gpe-help.conf - echo gpe-mini-browser= /usr/share/doc/gpe/gpe-mini-browser.html >> /etc/gpe/gpe-help.conf - fi - if [ -x /usr/bin/gpe-helpindex ]; then - echo generating help-index - gpe-helpindex - else - echo not generating index for gpe-mini-browser - fi - fi -} - -pkg_postrm_${PN}-doc () { - #!/bin/sh - if [ -e /etc/gpe/gpe-help.conf ]; then - sed '/^\/d' /etc/gpe/gpe-help.conf > /tmp/gpe-help.conf - mv /tmp/gpe-help.conf /etc/gpe/gpe-help.conf - fi - if [ -x /usr/bin/gpe-helpindex ]; then - echo generating help-index - gpe-helpindex - else - echo not generating index for gpe-mini-browser - fi -} - -SRC_URI[md5sum] = "858f3e7219cde7b18e69293526020416" -SRC_URI[sha256sum] = "36d2487895d3579ae3e8693ebe789b5de454506fc572937dac2fb7ef512f105f" -- cgit 1.2.3-korg