aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/netsurf/libnsgif_0.0.1.bb
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-11-27 21:04:02 +0200
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-11-27 20:33:04 +0100
commit38fbc4fad56ec527a5a06373beb736c74d94f5d3 (patch)
tree7d5dd5118623ff100073d96b81d5170ec81bc5b8 /recipes/netsurf/libnsgif_0.0.1.bb
parentadeaa68d8c673d39adb05a39cdf078b59e87ef1d (diff)
downloadopenembedded-38fbc4fad56ec527a5a06373beb736c74d94f5d3.tar.gz
netsurf: Remove old/obsolete recipes, update netsurf-fb
Removed older versions of recipes for netsurf and its dependancies which were accidentally left behind in the last update. Bumped SRCREV for netsurf-fb for some important framebuffer related changes in the upstream source. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'recipes/netsurf/libnsgif_0.0.1.bb')
-rw-r--r--recipes/netsurf/libnsgif_0.0.1.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes/netsurf/libnsgif_0.0.1.bb b/recipes/netsurf/libnsgif_0.0.1.bb
deleted file mode 100644
index 4845398ca8..0000000000
--- a/recipes/netsurf/libnsgif_0.0.1.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-DESCRIPTION = "Libnsgif is a decoding library for the GIF image file format"
-HOMEPAGE = "http://www.netsurf-browser.org/projects/libnsgif/"
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "MIT"
-
-SRC_URI = "http://www.netsurf-browser.org/projects/releases/libnsgif-${PV}-src.tar.gz \
- file://libnsgif-strict-aliasing.patch"
-
-PR = "r1"
-
-inherit pkgconfig
-
-EXTRA_OEMAKE = "CURDIR=${S} DESTDIR=${D} PREFIX=${prefix} BUILDDIR=build-OE"
-
-# NOTE: we're using default buildmode here, which results in building only
-# static libraries (.a) Not a problem as libnsbmp is only used by Netsurf
-# at the moment
-
-do_stage() {
- oe_libinstall -a -C build-OE/ libnsgif ${STAGING_LIBDIR}
- install -m 0644 include/*.h ${STAGING_INCDIR}/
-}
-
-do_install() {
- oe_runmake install
-}
-
-SRC_URI[md5sum] = "a547da766fccacd00fd05190baf644da"
-SRC_URI[sha256sum] = "54f316f530caaacd55dc23f546537759382a45ac6378ead249b5a5d51cf4db52"