Hi,
On Wed, 21 Feb 2007 at 19:54 +0100, Ralph Passgang wrote:
> Am Mittwoch, 21. Februar 2007 11:53 schrieb Christian Gmeiner:
> > In this RFC I want to describe a way to get rid of mk/pkg-depend.mk
> > and build the "build dependecy tree" dynamicly.
> > I like the Gentoo way of build packages because you have total control
> > over everthing and this is done only with one file.
> >
> > To support dependencies in the Makefile of our packages we need to
> > introduce something like "PKG_DEPENDS" where we define a list of space
> > seperated dependensies.
> [...]
> 
> just a minor thing... why not call it "PKG_BUILD_DEPENDS" 
> or "PKG_BUILDDEPENDS" or similar?

Yes, we should make a difference between PKG_BUILD_DEPENDS and
PKG_DEPENDS, because sometimes you only need a dependency for
compiling a package. The info.nfo system will introduce these new
variables, but getting the ADK to use this information to build 
the packages in the right order, is a open task.

So if you like Christian, wait for the info.nfo system and
afterwards try to add your implementation.

> It helps to have clear names. The dependencies that are needed for the 
> resulting binary ipkg to work are listed in ipkg/<pkgname>.control with the 
> optionname "DEPENDS" already, so using a another name (even if the namespaces 
> doesn't collide in this case) might be wise.

The ipkg control files will be autogenerated.

thanks so far
        Waldemar

-- 
don't open your wrt, free it
http://www.freewrt.org
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to