Re: [Angstrom-devel] autotool problems

2012-12-06 Thread Gary Thomas
On 2012-12-06 15:46, Alan DuBoff wrote: On Thu, 6 Dec 2012, Gary Thomas wrote: I think your problem stems from confusion about how recipes work. The build system centers around packaged sources, typically tarballs. These are then unpacked into the build "tmp" directory where the build will ac

Re: [Angstrom-devel] autotool problems

2012-12-06 Thread Alan DuBoff
On Thu, 6 Dec 2012, Gary Thomas wrote: I think your problem stems from confusion about how recipes work. The build system centers around packaged sources, typically tarballs. These are then unpacked into the build "tmp" directory where the build will actually take place. Trying to use your ex

Re: [Angstrom-devel] autotool problems

2012-12-06 Thread Gary Thomas
On 2012-12-06 14:41, Alan DuBoff wrote: On Thu, 6 Dec 2012, Gary Thomas wrote: What error do you get when you try to install? Gary, I am pasting the output below. I have a meta-metrotech directory setup in the sources/ which is called metrotech-fls (coincidentally the same recipe I posted

Re: [Angstrom-devel] autotool problems

2012-12-06 Thread Alan DuBoff
On Thu, 6 Dec 2012, Gary Thomas wrote: What error do you get when you try to install? Gary, I am pasting the output below. I have a meta-metrotech directory setup in the sources/ which is called metrotech-fls (coincidentally the same recipe I posted in the previous message). The below outpu

Re: [Angstrom-devel] autotool problems

2012-12-06 Thread Gary Thomas
On 2012-12-06 12:26, Alan DuBoff wrote: I created a recipe for an autotools project. Most of it seems to work ok, but it doesn't install to my angstrom image. In theory it seems all that is needed is to define the SRC_URI and inherit autotools. I have tried various stuff but I always get an er

[Angstrom-devel] autotool problems

2012-12-06 Thread Alan DuBoff
I created a recipe for an autotools project. Most of it seems to work ok, but it doesn't install to my angstrom image. In theory it seems all that is needed is to define the SRC_URI and inherit autotools. I have tried various stuff but I always get an error when I try to install my recipe to t