On 11/10/2013 06:54 AM, Phil Blundell wrote:
On Sat, 2013-11-09 at 13:28 +0800, qi.c...@windriver.com wrote:
+       install -d ${D}${base_bindir}
+       mv ${D}${bindir}/udevadm ${D}${base_bindir}/udevadm
+       rmdir ${D}${bindir}
This will fail if ${bindir} and ${base_bindir} are the same.

p.





In udev recipe, they are not defined as the same one.
And moving something from bindir to base_bindir doesn't seem uncommon in OE, you can grep the project using the following command.

grep -Ri 'mv.*bindir.*base_bindir' meta/*

Best Regards,
Chen Qi
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to