Add generic package infrastructure
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 8 Nov 2009 17:37:36 +0000 (18:37 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 15 Dec 2009 17:09:23 +0000 (18:09 +0100)
commite11fe847b2f545446fc3300dd2ba88fd5da05756
treeb9121f06c5d1bb0203439d266004d4a6ec61ed4e
parentf3f1a94313361c251c4dfa164921d475835c763d
Add generic package infrastructure

This new infrastructure allows to write simpler .mk files for packages
not using the autotools as their build system, by factorizing many
common steps (download, extract, patching), and will more easily allow
Buildroot-wide changes in how the packages are handled.

The main macro is called GENTARGETS and works similarly to the
AUTOTARGETS macro that already exists for autotools-based
packages. However, the set of variables to be defined before calling
the macro is different. Refer to the documentation for details.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Makefile.in
package/Makefile.package.in [new file with mode: 0644]