diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-08-21 12:06:23 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-08-21 12:07:52 -0700 |
commit | 840089ec48b2c281625e7485030aba69f3213212 (patch) | |
tree | 76e6a8ea9b9805135c8f2fa33d09cda98ba06de8 /recipes/obsolete | |
parent | e6461ca12c15fb08e476389dbab9ef3323dd75fd (diff) |
Revert "recipes: Replace ${PN} override with pn-${PN} for PACKAGE_ARCH"
This reverts commit 4e9905b2be6438156dc8ad88839de04e91c922ec.
pn-${PN} is different override can not be used in all cases here.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/obsolete')
-rw-r--r-- | recipes/obsolete/shr/alsa-scenarii-shr_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/obsolete/shr/alsa-scenarii-shr_git.bb b/recipes/obsolete/shr/alsa-scenarii-shr_git.bb index ab3e083a68..35bf569112 100644 --- a/recipes/obsolete/shr/alsa-scenarii-shr_git.bb +++ b/recipes/obsolete/shr/alsa-scenarii-shr_git.bb @@ -17,7 +17,7 @@ do_install() { install -m 644 ${S}/stereoout.state ${D}${sysconfdir}/asound.state } -PACKAGE_ARCH_pn-${PN} = "${MACHINE_ARCH}" +PACKAGE_ARCH_${PN} = "${MACHINE_ARCH}" FILES_${PN} += "${datadir}/shr" |