git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30b5d30
)
alsa-state: ${PN} is not always 'all' - some devices have own asound.conf
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Sun, 22 Mar 2009 19:24:05 +0000
(20:24 +0100)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Sun, 22 Mar 2009 19:24:52 +0000
(20:24 +0100)
recipes/alsa/alsa-state.bb
patch
|
blob
|
history
diff --git
a/recipes/alsa/alsa-state.bb
b/recipes/alsa/alsa-state.bb
index
0609d16
..
09cf22b
100644
(file)
--- 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 = "r
6
"
+PR = "r
7
"
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}() {