diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-03-22 20:24:05 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-03-22 20:24:52 +0100 |
commit | 139b0c1bad85fb628bc6a265a6da08dd190f684a (patch) | |
tree | 91e5ffd11b69ebbf48907484de8e011458c815ca /recipes | |
parent | 30b5d30c274b2ae748ed65edea62cef40a23ce32 (diff) |
alsa-state: ${PN} is not always 'all' - some devices have own asound.conf
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 0609d16abc..09cf22b3c8 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}() { |