[oe] [PATCH] busybox: allow building when prefix is "", not "/usr".

Michael Smith msmith at cbnco.com
Tue May 26 03:40:40 UTC 2009


On Mon, 25 May 2009, Michael Smith wrote:

> +	for i in ${D}${base_bindir} ${D}${base_sbindir} ${prefix:+${D}${prefix}}
> +	do
>  		if [ -d $i ]; then
> -			cp -dPr $i ${D}/busybox/
> +			cp -pPR $i ${D}/busybox/
>  		fi
>  	done

I missed this in the commit message: I changed cp -dPr -> -pPR to match 
the options given a few lines above. -d implies -P, and -r/-R are 
equivalent, so I suspected a typo. I'll resend with a new description.

Mike




More information about the Openembedded-devel mailing list