alsa-state: ${PN} is not always 'all' - some devices have own asound.conf
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 22 Mar 2009 19:24:05 +0000 (20:24 +0100)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 22 Mar 2009 19:24:52 +0000 (20:24 +0100)
recipes/alsa/alsa-state.bb

index 0609d16..09cf22b 100644 (file)
@@ -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}() {