| Commit message (Collapse) | Author | Age |
|
|
|
| |
SVN-Revision: 24423
|
|
|
|
|
|
| |
applying patches and before doing any fixups
SVN-Revision: 24348
|
|
|
|
| |
SVN-Revision: 24344
|
|
|
|
| |
SVN-Revision: 24321
|
|
|
|
| |
SVN-Revision: 24320
|
|
|
|
|
|
| |
configure.in or configure.ac exists
SVN-Revision: 24319
|
|
|
|
|
|
| |
libtool fixup, this should solve a number of issues ranging from linking into the host, syntax errors in libtool and missing make targets
SVN-Revision: 24317
|
|
|
|
|
|
| |
warning. Packages must specify PKG_BUILD_DEPENDS:=libtool
SVN-Revision: 24246
|
|
|
|
|
|
| |
removed afterwards - this actually should be done within respective package-Makefiles itself, however they need to stay compatible with libtool v1.5.x which is used in backfire, since it (may) require those files
SVN-Revision: 24241
|
|
|
|
| |
SVN-Revision: 24234
|
|
|
|
| |
SVN-Revision: 24136
|
|
|
|
|
|
| |
shell command got so long that it triggered "Argument list too long" on some systems (#8231)
SVN-Revision: 24131
|
|
|
|
| |
SVN-Revision: 24103
|
|
|
|
| |
SVN-Revision: 24090
|
|
|
|
| |
SVN-Revision: 24089
|
|
|
|
| |
SVN-Revision: 24084
|
|
|
|
| |
SVN-Revision: 23959
|
|
|
|
| |
SVN-Revision: 23919
|
|
|
|
| |
SVN-Revision: 23858
|
|
|
|
|
|
| |
lock. This lock probably has to be taken elsewhere, too.
SVN-Revision: 23857
|
|
|
|
| |
SVN-Revision: 23851
|
|
|
|
|
|
| |
host staging dir is cleaned prior a test.
SVN-Revision: 23825
|
|
|
|
|
|
| |
build.
SVN-Revision: 23709
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds support for darcs repositories (as sources of packages).
It does *not* add support for darcs:// URI scheme because such a scheme
do not exist (AFAIK). You must therefore manually set PKG_SOURCE_PROTO
to darcs in your Makefile (and use a regular http:// URI). You also have
to set PKG_SOURCE_VERSION to a string matching a tag contained in the
repository, and PKG_SOURCE_SUBDIR to something sensible
($(PACKAGE_NAME)-$(PACKAGE_SOURCE_VERSION) for instance).
Same rationale as for the previous patch ("useless to most, but small
and straightforward so why no add it?).
Best regards,
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>
SVN-Revision: 23615
|
|
|
|
| |
SVN-Revision: 23556
|
|
|
|
| |
SVN-Revision: 23521
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When doing a build with tracing on, the expansion of ModuleAutoLoad can get a
little hairy.
Using intermediate variables to name the arguments makes tracing more readable.
One side effect is that if an argument is accidentally left out, we won't get
all of the parameters shifted one over thanks to quoting (done in AutoLoad).
Signed-of-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 23513
|
|
|
|
| |
SVN-Revision: 23482
|
|
|
|
|
|
| |
{PKG,HOST}_BUILD_PARALLEL:=0
SVN-Revision: 23480
|
|
|
|
| |
SVN-Revision: 23445
|
|
|
|
| |
SVN-Revision: 23442
|
|
|
|
| |
SVN-Revision: 23315
|
|
|
|
| |
SVN-Revision: 23287
|
|
|
|
| |
SVN-Revision: 23286
|
|
|
|
| |
SVN-Revision: 23262
|
|
|
|
|
|
| |
present in the package. This applies to config directories or files that do not exist but may be created by the user after package installation.
SVN-Revision: 23257
|
|
|
|
|
|
| |
"opkg_conf_write_status_files: Internal error: package ... has a NULL dest"
SVN-Revision: 23222
|
|
|
|
| |
SVN-Revision: 23219
|
|
|
|
| |
SVN-Revision: 23213
|
|
|
|
|
|
| |
certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine.
SVN-Revision: 23196
|
|
|
|
|
|
| |
installed packages
SVN-Revision: 23175
|
|
|
|
| |
SVN-Revision: 23172
|
|
|
|
|
|
| |
not defined
SVN-Revision: 23166
|
|
|
|
| |
SVN-Revision: 23161
|
|
|
|
|
|
| |
virtual packages
SVN-Revision: 23102
|
|
|
|
|
|
| |
to run entirely without configuration - tweak default config location patch to not require a config in offline root mode - rename --force-run-hooks option to --force-postinstall, its a more appropriate name - utilize new opkg commandline options in package-ipkg.mk and remove config file generation
SVN-Revision: 23032
|
|
|
|
|
|
| |
overridden on a per-subtarget basis. This is intended for targets such as adm5120 and malta which support both big and little endianess and will replace the target specific exceptions in package-defaults and Image Builder.
SVN-Revision: 23029
|
|
|
|
|
|
| |
switching between multiple subtargets, thanks Ralph Hempel for reporting
SVN-Revision: 22990
|
|
|
|
| |
SVN-Revision: 22963
|
|
|
|
|
|
| |
root mode, utilize it for host package install
SVN-Revision: 22960
|