[oe-commits] org.oe.dev lcdproc: Add lcdvc.

ccsmart commit openembedded-commits at lists.openembedded.org
Fri Jan 19 18:32:05 UTC 2007


lcdproc: Add lcdvc.

Author: ccsmart at openembedded.org
Branch: org.openembedded.dev
Revision: daf8c9ee98cdda2c4544a3eb49219c466b4fb0ec
ViewMTN: http://monotone.openembedded.org/revision.psp?id=daf8c9ee98cdda2c4544a3eb49219c466b4fb0ec
Files:
1
packages/lcdproc/lcdproc_0.5.1.bb
Diffs:

#
# mt diff -rcd8f22a2433e7c83feec02d4ca6787ff6896e335 -rdaf8c9ee98cdda2c4544a3eb49219c466b4fb0ec
#
# 
# 
# patch "packages/lcdproc/lcdproc_0.5.1.bb"
#  from [0c9ce31e4868bbaf8be799f7f36ba41678ccbcc7]
#    to [a1bec2e07ba03987f0ed17d53ece59710f6eec09]
# 
============================================================
--- packages/lcdproc/lcdproc_0.5.1.bb	0c9ce31e4868bbaf8be799f7f36ba41678ccbcc7
+++ packages/lcdproc/lcdproc_0.5.1.bb	a1bec2e07ba03987f0ed17d53ece59710f6eec09
@@ -1,10 +1,10 @@ SECTION = "utils"
 DESCRIPTION = "LCDproc is a client/Server suite to drive all kinds of LCD (-like) devices. The client \
 shipped with this package can be used to acquire various kinds of system stats."
 HOMEPAGE = "http://lcdproc.org"
 LICENSE = "GPL"
 PRIORITY = "optional"
 SECTION = "utils"
-PR="r1"
+PR="r2"
 
 DEPENDS = "libusb ncurses libg15 g15daemon libg15render"
 RRECOMMENDS_lcdproc = "lcdd"
@@ -13,7 +13,7 @@ inherit autotools update-rc.d
 
 inherit autotools update-rc.d
 
-PACKAGES =+ "lcdd lcdd-driver-cfontz lcdd-driver-bayrad lcdd-driver-hd44780nousb \
+PACKAGES =+ "lcdd lcdvc lcdd-driver-cfontz lcdd-driver-bayrad lcdd-driver-hd44780nousb \
 		lcdd-driver-hd44780 lcdd-driver-mtxorb lcdd-driver-serialvfd \
 		lcdd-driver-curses lcdd-driver-text \
 		lcdd-driver-sed lcdd-driver-cwlnx lcdd-driver-glk lcdd-driver-icp-a106 \
@@ -24,6 +24,7 @@ CONFFILES_lcdproc = "${sysconfdir}/lcdpr
 
 CONFFILES_lcdd = "${sysconfdir}/LCDd.conf"
 CONFFILES_lcdproc = "${sysconfdir}/lcdproc.conf"
+CONFFILES_lcdvc = "${sysconfdir}/lcdvc.conf"
 
 FILES_lcdd = "${CONFFILES_lcdd} \
 	${sbindir}/LCDd \
@@ -33,6 +34,9 @@ FILES_lcdproc = "${CONFFILES_lcdproc} \
 	${bindir}/lcdproc \
 	${sysconfdir}/init.d/lcdproc"
 
+FILES_lcdvc = "${CONFFILES_lcdvc} \
+	${sbindir}/lcdvc"
+
 # Driver packages
 
 FILES_lcdd-driver-cfontz 	= "${libdir}/lcdproc/CFontz*.so"
@@ -91,6 +95,7 @@ do_install () {
 	# binaries
 	install -D -m 0755 server/LCDd ${D}${sbindir}/LCDd
 	install -D -m 0755 clients/lcdproc/lcdproc ${D}${bindir}/lcdproc
+	install -D -m 0755 clients/lcdvc/lcdvc ${D}${sbindir}/lcdvc
 
 	# init scripts
 	install -d ${D}${sysconfdir}/init.d
@@ -104,6 +109,7 @@ do_install () {
 
 	# configuration files
 	install -D -m 0644 LCDd.conf ${D}${sysconfdir}/LCDd.conf
+	install -D -m 0644 clients/lcdvc/lcdvc.conf ${D}${sysconfdir}/lcdvc.conf
 	# don't start lcdproc by default
 	# will be fixed in next upstream release
 	cat scripts/lcdproc.conf | sed -e 's/C X//' > ${D}${sysconfdir}/lcdproc.conf






More information about the Openembedded-commits mailing list