Commit ccb44fd5 authored by Simon Dawson's avatar Simon Dawson Committed by Peter Korsgaard
Browse files

Added lcdproc package



[Peter: fix download URL, move to 'Hardware handling' section]
Signed-off-by: Simon Dawson <spdawson at gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 1a994d58
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -190,6 +190,7 @@ source "package/input-tools/Config.in"
source "package/iostat/Config.in"
source "package/irda-utils/Config.in"
source "package/kbd/Config.in"
source "package/lcdproc/Config.in"
source "package/linux-firmware/Config.in"
source "package/lm-sensors/Config.in"
source "package/lsuio/Config.in"
+7 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LCDPROC
       bool "lcdproc"
       select BR2_PACKAGE_NCURSES
       help
         LCD display driver daemon and clients

         http://lcdproc.org/
+18 −0
Original line number Diff line number Diff line
Fix the default LCDd configuration file, so that the DriverPath
is set to the correct lcdproc library install path, rather than
the dummy/default path.

Signed-off-by: Simon Dawson <spdawson at gmail.com>
---

--- lcdproc-0.5.3/LCDd.conf.orig       2009-06-20 14:48:34.000000000 +0100
+++ lcdproc-0.5.3/LCDd.conf    2010-05-11 10:02:21.000000000 +0100
@@ -34,7 +34,7 @@
 #            the driver modules and will thus not be able to
 #            function properly.
 # NOTE: Always place a slash as last character !
-DriverPath=server/drivers/
+DriverPath=/usr/lib/lcdproc/

 # Tells the server to load the given drivers. Multiple lines can be given.
 # The name of the driver is case sensitive and determines the section
+14 −0
Original line number Diff line number Diff line
#############################################################
#
# lcdproc
#
#############################################################
LCDPROC_VERSION = 0.5.5
LCDPROC_SOURCE = lcdproc-$(LCDPROC_VERSION).tar.gz
LCDPROC_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/lcdproc/lcdproc/$(LCDPROC_VERSION)

LCDPROC_CONF_OPT = --enable-drivers=all

LCDPROC_DEPENDENCIES = ncurses

$(eval $(call AUTOTARGETS))