gpm: New recipe didn't work. Reverting to old one.
authorMichael Mrozek <EvilDragon@openpandora.de>
Tue, 7 Jun 2011 10:50:35 +0000 (12:50 +0200)
committerMichael Mrozek <EvilDragon@openpandora.de>
Tue, 7 Jun 2011 10:50:35 +0000 (12:50 +0200)
recipes/gpm/gpm_1.20.6.bb [deleted file]

diff --git a/recipes/gpm/gpm_1.20.6.bb b/recipes/gpm/gpm_1.20.6.bb
deleted file mode 100644 (file)
index d51536c..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-DESCRIPTION = "GPM (General Purpose Mouse) is a mouse server \
-for the console and xterm, with sample clients included \
-(emacs, etc)."
-SECTION = "console/utils"
-LICENSE = "GPL"
-DEPENDS = "ncurses"
-
-PR = "r4"
-PARALLEL_MAKE = ""
-
-SRC_URI = "http://www.nico.schottelius.org/software/gpm/archives/gpm-${PV}.tar.bz2 \
-          file://configure.patch;patch=1 \
-          file://no-docs.patch;patch=1 \
-          file://gpm-OPEN_MAX.patch;patch=1 \
-          file://init"
-
-inherit autotools update-rc.d
-
-INITSCRIPT_NAME = "gpm"
-INITSCRIPT_PARAMS = "defaults"
-
-export LIBS = "-lm"
-
-do_configure_prepend () {
-       cp aclocal.m4 acinclude.m4
-}
-
-do_stage () {
-       install -m 0644 src/headers/gpm.h ${STAGING_INCDIR}/
-       oe_libinstall -so -a -C src/lib libgpm ${STAGING_LIBDIR}
-}
-
-do_install () {
-       oe_runmake 'ROOT=${D}' install
-       install -d ${D}/${sysconfdir}/init.d
-       install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/gpm
-       cd ${D}${libdir} && ln -sf libgpm.so.1.19.0 libgpm.so.1
-}