Re: [OE-core] wrong automatic dependency

2014-09-05 Thread Eric Bénard
Le Fri, 05 Sep 2014 17:35:30 +0800, Dvorkin Dmitry a écrit : > pretty sure! see my grep on *.dot files. python is installed due to crda. > may be the difference is that I'm using new version of crda (2014.06.00)? > look at my recipe (attached) > your grep shown the build of crda depends on some p

Re: [OE-core] wrong automatic dependency

2014-09-05 Thread Dvorkin Dmitry
Hi, Eric! On 05.09.2014 17:13, Eric Bénard wrote: Hi Dvorkin, Le Fri, 05 Sep 2014 16:36:03 +0800, Dvorkin Dmitry a écrit : Hello! I wrote my own recipe for crda. (http://wireless.kernel.org/en/developers/Regulatory/CRDA) Dependencies is: DEPENDS = "libgcrypt libnl" RDEPENDS_${PN} = "udev w

Re: [OE-core] wrong automatic dependency

2014-09-05 Thread Eric Bénard
Hi Dvorkin, Le Fri, 05 Sep 2014 16:36:03 +0800, Dvorkin Dmitry a écrit : > > Hello! > > I wrote my own recipe for crda. > (http://wireless.kernel.org/en/developers/Regulatory/CRDA) > > Dependencies is: > DEPENDS = "libgcrypt libnl" > RDEPENDS_${PN} = "udev wireless-regdb" > > Crda Makefile i

[OE-core] wrong automatic dependency

2014-09-05 Thread Dvorkin Dmitry
Hello! I wrote my own recipe for crda. (http://wireless.kernel.org/en/developers/Regulatory/CRDA) Dependencies is: DEPENDS = "libgcrypt libnl" RDEPENDS_${PN} = "udev wireless-regdb" Crda Makefile is using python to rebuild it's database in build/installation step. After installation I have sev