aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAge
* patch: bump version to 2.7.5Hannu Nyman2015-03-14
| | | | | | | | | | | | | Bump GNU patch from 2.7.4 to 2.7.5. Changelog: http://git.savannah.gnu.org/cgit/patch.git/tree/NEWS Changes in version 2.7.5: * There are users which expect patch to follow symbolic links in the working directory, so patch now again follows symbolic links as long as they do not leave the working directory. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* global: change all instances of USE_EGLIBC to USE_GLIBCJohn Crispin2015-03-12
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* lttng-tools: fix build failure with libkmod (closes: #1004)Nicolas Thill2015-03-08
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* lttng-modules: add dependency on kernel tracingNicolas Thill2015-02-11
| | | | | | Fixes: #888 Signed-off-by: Nicolas Thill <nico@openwrt.org>
* lttng-modules: add new packageNicolas Thill2015-02-08
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* lttng-tools: import from old packages feedNicolas Thill2015-02-08
| | | | | | | | - update to latest version (v2.6.0) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
* patch: bump version to 2.7.4Russell Senior2015-02-01
| | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* patch: bump to version 2.7.3Russell Senior2015-01-26
| | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* gcc: Update README: tested on arm (imx233-olinuxino) boardharald.geyer@gmx.at2015-01-07
| | | | | Signed-off-by: Harald Geyer <harald@ccbib.org> Signed-off-by: Christian Beier <dontmind@freeshell.org>
* gcc: Include libgcc.a on those architectures that need itharald.geyer@gmx.at2015-01-07
| | | | | | | | Right now these are arm, hppa, microblaze, powerpc, sh and xtensa. So we just try to grep for it to figure out if it is needed. Signed-off-by: Harald Geyer <harald@ccbib.org> Signed-off-by: Christian Beier <dontmind@freeshell.org>
* gcc: work around wrongly detected sys/sdt.h header.Christian Beier2014-10-23
| | | | | | | | | | The build system somehow detects /usr/include/sys/sdt.h, which is part of systemtap-sdt-devel package in the host environment but not present in the SDK. This patch simply disables the check for sys/sdt.h, enabling building of this package when systemtap-sdt-devel is installed in the host environment. Signed-off-by: Christian Beier <dontmind@freeshell.org>
* diffutils: add from old repo and updateRoger2014-09-12
| | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* Merge pull request #194 from bk138/gcc-signed-offsbyx2014-08-12
|\ | | | | gcc package refined
| * gcc: Use strip instead of sstrip as sstrip somehow stops the on-target ↵Christian Beier2014-08-12
| | | | | | | | | | | | compilation from working properly. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: Get rid of those sed substitutions and use proper ./configure args instead.Christian Beier2014-08-12
| | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: Specify target languages the right way.Christian Beier2014-08-10
| | | | | | | | | | | | There are no CONFIG_INSTALL_* vars in the SDK anymore. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: Build gcc version 4.8.3, refresh patches from openwrt.git.Christian Beier2014-08-10
| | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: Ship all *nonshared*.a static libs.Christian Beier2014-08-10
| | | | | | | | | | | | Particularly, this fixes linking with pthreads. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: Remove notes that mpfr-dev and the like are needed on the build machine.Christian Beier2014-08-10
| | | | | | | | | | | | That's not true, at least for GCC 4.6.3. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: Remove patches that don't apply to 4.6.3.Christian Beier2014-08-10
| | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: Heavy Makefile modification, now builds and runs on target.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | * Use the same GCC version as the Attitude Adjustment toolchain. * Use REAL_GNU_TARGET_NAME that contains the _uclibc suffix. Otherwise the linker on the target is not found. * Revamped install section to install only needed binaries and omit static .a libs. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: Enable parallel GCC builds.Christian Beier2014-08-10
| | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: Depend on binutils package.Christian Beier2014-08-10
| | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: Do not ship .info and .man files.Christian Beier2014-08-10
| | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: Add myself as maintainer.Christian Beier2014-08-10
| | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: The variable is simply called CONFIGURE_ARGS and already contains the ↵Christian Beier2014-08-10
| | | | | | | | | | | | host,build, target triplet plus right prefixes. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: Add GCC 4.6 patches from official openwrt.git toolchain directory.Christian Beier2014-08-10
| | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: Add patch that fixes GCC building for MIPS.Christian Beier2014-08-10
| | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: Add patch that fixes a build error when building a 32bit toolchain on ↵Christian Beier2014-08-10
| | | | | | | | | | | | 64bit build machine. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: Add README to gcc package explaining build-deps on host machine.Christian Beier2014-08-10
| | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: Update GCC Makefile to let it build gcc 4.6 for target.Christian Beier2014-08-10
| | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * gcc: Add gcc package from git.openwrt.org/packages.git.Christian Beier2014-08-10
| | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
* | Merge branch 'master' into license-updatesIan Leonard2014-08-10
|\ \ | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com> Conflicts: devel/patch/Makefile multimedia/minidlna/Makefile
| * | patch: Change to xz compressed tarball.Ian Leonard2014-08-02
| | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | patch: add PKG_LICENSE information.Ian Leonard2014-08-02
|/ / | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | patch: --disable-xattr (v2)Etienne CHAMPETIER2014-06-30
| | | | | | | | Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
* | patch: --disable-xattrEtienne CHAMPETIER2014-06-30
|/ | | | Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
* import GNU patch version 2.7.1Russell Senior2014-06-16
Signed-off-by: Russell Senior <russell@personaltelco.net>