From 139b0c1bad85fb628bc6a265a6da08dd190f684a Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Sun, 22 Mar 2009 20:24:05 +0100 Subject: alsa-state: ${PN} is not always 'all' - some devices have own asound.conf --- recipes/alsa/alsa-state.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes') 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}() { -- cgit v1.2.3