* Running configure script up one dir
@ 2013-12-20 5:18 David Good
2013-12-20 11:37 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: David Good @ 2013-12-20 5:18 UTC (permalink / raw)
To: bitbake-devel
[-- Attachment #1: Type: text/plain, Size: 861 bytes --]
Hi all,
I hope that this is the right list for my question. I'm trying to write a
bb recipe for Angstrom v2012_12 (BeagleBone Black) for the tDOM package
which uses autotools in a strange way (to me anyhow). configure is
expected to be run from /(project root)/unix, like this:
cd (git checkout of project)/unix
../configure; make; make install
How do I get bitbake to run configure in this way?
Here's my bb file if it helps:
DESCRIPTION = "XML data processing in Tcl"
LICENSE = "MPL-1"
SECTION = "devel/tcltk"
HOMEPAGE = "http://tdom.github.io/"
DEPENDS = "tcl-native"
LIC_FILES_CHKSUM = "file://../LICENSE;md5=4673aaff544d4c9b9a521cb8e0860bfb"
PR = "r0"
SRC_URI = "git://github.com/tDOM/tdom.git;protocol=git;tag=master"
S = "${WORKDIR}/git/unix"
inherit autotools
---
Any thoughts would be appreciated!
--David
[-- Attachment #2: Type: text/html, Size: 1239 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Running configure script up one dir
2013-12-20 5:18 Running configure script up one dir David Good
@ 2013-12-20 11:37 ` Richard Purdie
2013-12-20 22:42 ` David Good
0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2013-12-20 11:37 UTC (permalink / raw)
To: David Good; +Cc: bitbake-devel
Hi,
On Thu, 2013-12-19 at 23:18 -0600, David Good wrote:
> I hope that this is the right list for my question.
Its really a question that should go to the openembedded-core list since
its about the metadata which is part of OE-Core.
> I'm trying to write a bb recipe for Angstrom v2012_12 (BeagleBone
> Black) for the tDOM package which uses autotools in a strange way (to
> me anyhow). configure is expected to be run from /(project
> root)/unix, like this:
It tricky to do but the freetype recipe in OE-Core shows one way of
handling this.
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Running configure script up one dir
2013-12-20 11:37 ` Richard Purdie
@ 2013-12-20 22:42 ` David Good
0 siblings, 0 replies; 3+ messages in thread
From: David Good @ 2013-12-20 22:42 UTC (permalink / raw)
To: Richard Purdie; +Cc: bitbake-devel
[-- Attachment #1: Type: text/plain, Size: 887 bytes --]
Richard,
Thanks for the suggestion! I'm getting somewhere now, but will post the
rest of my questions to the OE-Core mailing list.
Thanks!
--David
On Fri, Dec 20, 2013 at 5:37 AM, Richard Purdie <
richard.purdie@linuxfoundation.org> wrote:
> Hi,
>
> On Thu, 2013-12-19 at 23:18 -0600, David Good wrote:
> > I hope that this is the right list for my question.
>
> Its really a question that should go to the openembedded-core list since
> its about the metadata which is part of OE-Core.
>
> > I'm trying to write a bb recipe for Angstrom v2012_12 (BeagleBone
> > Black) for the tDOM package which uses autotools in a strange way (to
> > me anyhow). configure is expected to be run from /(project
> > root)/unix, like this:
>
> It tricky to do but the freetype recipe in OE-Core shows one way of
> handling this.
>
> Cheers,
>
> Richard
>
>
>
[-- Attachment #2: Type: text/html, Size: 1384 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-20 22:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-20 5:18 Running configure script up one dir David Good
2013-12-20 11:37 ` Richard Purdie
2013-12-20 22:42 ` David Good
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.