All of lore.kernel.org
 help / color / mirror / Atom feed
* 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

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.