aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Schurig <schurig@mn-solutions.de>2004-10-13 12:33:03 +0000
committerHolger Schurig <schurig@mn-solutions.de>2004-10-13 12:33:03 +0000
commit79fea4fd2e60e91d26270290c1c2c04e4dc52f98 (patch)
tree540a8aba3b671709f00173d2e7a38d1ed30c538e
parent599282f00306f3e4e6117051c6416c868f6c2e3f (diff)
downloadopenembedded-79fea4fd2e60e91d26270290c1c2c04e4dc52f98.tar.gz
removed the setting of OEDEBUG which I used during .oe development
BKrev: 416d207fgcbZ3IxbmL_CyFADsbMUhg
-rw-r--r--qpf-fonts/terminus.oe1
-rw-r--r--setmixer/setmixer_27DEC94.oe16
2 files changed, 16 insertions, 1 deletions
diff --git a/qpf-fonts/terminus.oe b/qpf-fonts/terminus.oe
index 2008dc970b..9452e13171 100644
--- a/qpf-fonts/terminus.oe
+++ b/qpf-fonts/terminus.oe
@@ -12,7 +12,6 @@ PR = "r1"
SRC_URI = "http://www.mn-solutions.de/downloads/mnci/terminus-fonts.tar.bz2"
S = ${WORKDIR}/terminus-fonts
-OEDEBUG = 2
do_install() {
mkdir -p ${D}${palmtopdir}/lib/fonts
diff --git a/setmixer/setmixer_27DEC94.oe b/setmixer/setmixer_27DEC94.oe
index e69de29bb2..cbfd1bbc0d 100644
--- a/setmixer/setmixer_27DEC94.oe
+++ b/setmixer/setmixer_27DEC94.oe
@@ -0,0 +1,16 @@
+DESCRIPTION = "A text mode OSS soundmixer"
+LICENSE = "GPL"
+SECTION = "console/utils"
+PRIORITY = "optional"
+MAINTAINER = "Holger Schurig <no@spam.de>"
+SRC_URI = "${DEBIAN_MIRROR}/main/s/setmixer/setmixer_${PV}.orig.tar.gz \
+ file://setmixer.patch;patch=1"
+SRC_URI_append_ramses = " file://devfs.patch;patch=1"
+
+S = "${WORKDIR}/${PN}-${PV}.orig"
+
+
+do_install() {
+ mkdir -p ${D}/usr/sbin
+ install -m 755 setmixer ${D}/usr/sbin
+}