[oe-commits] org.oe.dev alsa-state.bb: Bump forgotten RP and clean up some trailing whitespaces.

stefan commit openembedded-commits at lists.openembedded.org
Sun Aug 19 17:53:28 UTC 2007


alsa-state.bb: Bump forgotten RP and clean up some trailing whitespaces.

Author: stefan at openembedded.org
Branch: org.openembedded.dev
Revision: 2d845d0c3ff5c2927314d27ea9825e38bb773f6f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2d845d0c3ff5c2927314d27ea9825e38bb773f6f
Files:
1
packages/alsa/alsa-state.bb
Diffs:

#
# mt diff -r4fe73431c4f4506a83505d3043fbedb9763f1983 -r2d845d0c3ff5c2927314d27ea9825e38bb773f6f
#
# 
# 
# patch "packages/alsa/alsa-state.bb"
#  from [481e31f5bed1ac2d402c743d5464c9a931503c91]
#    to [fccf05313122b3efcff06e12d6028c79070b3f7b]
# 
============================================================
--- packages/alsa/alsa-state.bb	481e31f5bed1ac2d402c743d5464c9a931503c91
+++ packages/alsa/alsa-state.bb	fccf05313122b3efcff06e12d6028c79070b3f7b
@@ -1,7 +1,7 @@
 #! /bin/sh
 #
 # Copyright Matthias Hentges <devel at hentges.net> (c) 2007
-# License: MIT (see http://www.opensource.org/licenses/mit-license.php 
+# License: MIT (see http://www.opensource.org/licenses/mit-license.php
 #               for a copy of the license)
 #
 # Filename: alsa-state.bb
@@ -11,7 +11,7 @@ PV = "0.0.4"
 LICENSE = "GPL"
 RRECOMMENDS_alsa-state = "alsa-states"
 PV = "0.0.4"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "file://asound.state \
            file://alsa-state "
@@ -32,7 +32,7 @@ do_install() {
 do_install() {
     install -d ${D}${sysconfdir}/init.d
     install -m 0755 ${WORKDIR}/alsa-state ${D}${sysconfdir}/init.d
-	
+
 	install -m 0644 ${WORKDIR}/*.state ${D}${sysconfdir}
 }
 
@@ -48,7 +48,7 @@ pkg_postinst_${PN}() {
 		if test -x /usr/sbin/alsactl
 		then
 			/usr/sbin/alsactl -f ${sysconfdir}/asound.state restore
-		fi	
+		fi
 	fi
 }
 






More information about the Openembedded-commits mailing list