Merge bk://openembedded@openembedded.bkbits.net/packages
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 14 Sep 2004 22:01:30 +0000 (22:01 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 14 Sep 2004 22:01:30 +0000 (22:01 +0000)
into home.hrw.one.pl:/home/szczepan/zaurus/oe/packages

2004/09/15 00:01:11+02:00 hrw.one.pl!hrw
opie-taskbar: added "restart" action to init.d script

BKrev: 41476a3a8igWadTykMROfb8P4wZ6GQ

esound/esound-gpe_20020817.oe [new file with mode: 0644]
esound/esound-gpe_cvs.oe [deleted file]
opie-taskbar/opie-taskbar/opie
opie-taskbar/opie-taskbar_cvs.oe

diff --git a/esound/esound-gpe_20020817.oe b/esound/esound-gpe_20020817.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/esound/esound-gpe_cvs.oe b/esound/esound-gpe_cvs.oe
deleted file mode 100644 (file)
index 225bfe1..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=gpe/base/esound \
-          file://audiofile-please.patch;patch=1 \
-          file://configure.patch;patch=1"
-S = "${WORKDIR}/esound"
-DEPENDS = "audiofile"
-PR = "r1"
-
-PACKAGES =+ "esddsp esd esd-utils"
-
-FILES_esddsp = "${bindir}/esddsp ${libdir}/libesddsp.so.*"
-FILES_esd = "${bindir}/esd"
-FILES_esd-utils = "${bindir}"
-
-inherit autotools libtool pkgconfig
-
-SOV = "0.2.28"
-
-do_stage () {
-       install -m 0644 esd.h ${STAGING_INCDIR}/esd.h
-       oe_soinstall .libs/libesd.so.${SOV} ${STAGING_LIBDIR}
-       install -m 0644 .libs/libesd.lai ${STAGING_LIBDIR}/libesd.la
-       install -m 0644 esd.m4 ${STAGING_DATADIR}/aclocal
-}
index 8fd8875..91bdff1 100644 (file)
@@ -75,8 +75,13 @@ case $1 in
 
     ;;
 
+'restart')
+       $0 stop && $0 start
+
+       ;;
+
 *)
-    echo "usage: $0 { start | stop }"
+    echo "usage: $0 { start | stop | restart }"
 
     ;;
 
index 35e34a5..0da1d6b 100644 (file)
@@ -6,7 +6,7 @@ MAINTAINER = "Team Opie <opie@handhelds.org>"
 DEPENDS = "opie-libqrsync"
 PV = "1.1.5-cvs-${CVSDATE}"
 APPNAME = "qpe"
-PR = "r13"
+PR = "r14"
 
 SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/calibrate \
            cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/settings/mediummount \