tls for tcl
Elena of Valhalla
elena.valhalla at gmail.com
Fri Sep 19 05:27:58 UTC 2008
disclaimer: I haven't had my coffee yet
On Fri, Sep 19, 2008 at 12:39 AM, Ben Anderson <banderson at infinetix.com> wrote:
> [...]
> I have the following bbfile started. Currently it fails because of the
> reasons below.
>[...]
> I need to setup these directories (as seen in above bb file)
>[...]
> The problem is I am not sure where they should point to.
probably in ${STAGING_SOMETHING}/somesubdir
with
bitbake --dry-run -e tsl | less
you can get a list of such variables and their values, so that if you
know where are the directories you need you can easily find the proper
names to refer to them.
> I also image I need some more settings in the bb file like a line saying
> that tcl and openssl are required to build.
that is easy:
DEPENDS = "tcl openssl"
--
Elena of Valhalla
homepage: http://www.trueelena.org
email: elena.valhalla at gmail.com
More information about the Openembedded-users
mailing list