summaryrefslogtreecommitdiff
path: root/packages/slutils/slutils_0.1.0.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2005-09-02 21:36:23 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-02 21:36:23 +0000
commit7af1ffb7645eea266c98cd9b64d60a2ddd84378e (patch)
treedf957b3e949ae3db74d9c2c642b77377e8fdf771 /packages/slutils/slutils_0.1.0.bb
parenta06baa77957b94afd763e2f2881e03baf9b7cfcc (diff)
parent92239db06f02e5914d14c890d1f65d9b93b06771 (diff)
merge of bab884274cd6fd78f200a46137109bede4c17e25
and d83dde07166637966b2851273fb1192e98171072
Diffstat (limited to 'packages/slutils/slutils_0.1.0.bb')
-rw-r--r--packages/slutils/slutils_0.1.0.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/packages/slutils/slutils_0.1.0.bb b/packages/slutils/slutils_0.1.0.bb
index 4b18d2855a..958fab46d5 100644
--- a/packages/slutils/slutils_0.1.0.bb
+++ b/packages/slutils/slutils_0.1.0.bb
@@ -1,9 +1,12 @@
DESCRIPTION = "Console utilities for certain hardware aspects of Sharp Linux based Zaurii"
+DESCRIPTION_slfb = "A command-line utility to turn on/off the FrameBuffer on Linux 2.4-based Zaurii"
+DESCRIPTION_slbl = "A command-line utility to control the BackLight on Linux 2.4-based Zaurii"
+DESCRIPTION_sltime = "A ustility to save and restore the time on Sharp Linux based Zaurii"
SECTION = "console/utils"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
inherit qmake update-rc.d
@@ -12,7 +15,7 @@ SRC_URI = "file://sltime.sh"
INITSCRIPT_NAME = "sltime"
INITSCRIPT_PARAMS = "defaults 5"
-export UTILS = "sltime slbl"
+export UTILS = "sltime slbl slfb"
do_fetch() {
for u in ${UTILS}
@@ -37,6 +40,7 @@ do_install() {
install -m 0755 ${WORKDIR}/sltime.sh ${D}${sysconfdir}/init.d/sltime
}
-PACKAGES =+ "slbl"
+PACKAGES =+ "slbl slfb"
FILES_slbl = "${sbindir}/slbl"
+FILES_slfb = "${sbindir}/slfb"