[OE-core] [PATCH 1/8] udev: fix dependency and location of udevadm

ChenQi Qi.Chen at windriver.com
Mon Nov 11 02:18:26 UTC 2013


On 11/10/2013 06:54 AM, Phil Blundell wrote:
> On Sat, 2013-11-09 at 13:28 +0800, Qi.Chen at 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



More information about the Openembedded-core mailing list