[oe] [PATCH 8/8] recipes: Replace ${PN} override with pn-${PN} for PACKAGE_ARCH

Phil Blundell philb at gnu.org
Tue Jul 27 07:32:18 UTC 2010


On Mon, 2010-07-26 at 23:48 -0700, Khem Raj wrote:
> --- a/recipes/freesmartphone/frameworkd_git.bb
> +++ b/recipes/freesmartphone/frameworkd_git.bb
> @@ -78,7 +78,7 @@ RRECOMMENDS_${PN} += "\
>  "
>  
>  PACKAGES =+ "${PN}-config"
> -PACKAGE_ARCH_${PN}-config = "${MACHINE_ARCH}"
> +PACKAGE_ARCH_pn-${PN}-config = "${MACHINE_ARCH}"

Surely this can't be what you mean?  That latter override is never going
to do anything useful (or at least, anything that couldn't be achieved
by assigning PACKAGE_ARCH directly).

p.






More information about the Openembedded-devel mailing list