[oe-commits] Marcin Juszkiewicz : alsa-state: ${PN} is not always 'all' - some devices have own asound.conf

GIT User account git at amethyst.openembedded.net
Sun Mar 22 19:27:02 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 139b0c1bad85fb628bc6a265a6da08dd190f684a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=139b0c1bad85fb628bc6a265a6da08dd190f684a

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Sun Mar 22 20:24:05 2009 +0100

alsa-state: ${PN} is not always 'all' - some devices have own asound.conf

---

 recipes/alsa/alsa-state.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/alsa/alsa-state.bb b/recipes/alsa/alsa-state.bb
index 0609d16..09cf22b 100644
--- a/recipes/alsa/alsa-state.bb
+++ b/recipes/alsa/alsa-state.bb
@@ -7,7 +7,7 @@
 DESCRIPTION = "Alsa Scenario Files"
 LICENSE = "MIT"
 PV = "0.2.0"
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "\
   file://asound.conf \
@@ -43,7 +43,7 @@ CONFFILES_${PN} = "${sysconfdir}/asound.conf"
 
 FILES_alsa-states = "${sysconfdir}/*.state"
 
-PACKAGE_ARCH_${PN} = "all"
+PACKAGE_ARCH = "all"
 PACKAGE_ARCH_alsa-states = "${MACHINE_ARCH}"
 
 pkg_postinst_${PN}() {





More information about the Openembedded-commits mailing list