summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New lua module: xavanteGustavo Zacarias2010-06-054-1/+39
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New lua module: wsapiGustavo Zacarias2010-06-054-1/+32
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New lua module: copasGustavo Zacarias2010-06-054-1/+32
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New lua module: luasocketGustavo Zacarias2010-06-054-1/+48
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New lua module: cgiluaGustavo Zacarias2010-06-054-1/+32
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New lua module: ringsGustavo Zacarias2010-06-054-1/+38
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New lua module: coxpcallGustavo Zacarias2010-06-054-1/+30
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New lua module: luafilesystemGustavo Zacarias2010-06-054-0/+41
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/config: also add gconfig change to patchPeter Korsgaard2010-06-051-1/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iptables: bump version, make it smaller with IPV6=nGustavo Zacarias2010-06-052-1/+4
| | | | | | | Closes #1879 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* jffs2: let makedevs create device filesThomas Petazzoni2010-06-052-4/+1
| | | | | | | | | | | | | | | | | | | | | | The common filesystem infrastructure in fs/common.mk uses a smart combination of makedevs and fakeroot to create the device files in the target filesystem images without being root. This technique is applied to all filesystem formats that rely on this common infrastructure, and JFFS2 is one of them. Therefore, using the -D option of mkfs.jffs2, which allows to specify a device table, is redundant with the usage of makedevs. And it is worst than redundant: for some reason, -D does not create all device files with the correct major and minor numbers, as reported in bug #1771. For coherence, we just remove the usage of mkfs.jffs2 -D option, and rely on makedevs/fakeroot to create the device files. This commit fixes bug #1771. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: support gconfig (GTK-based configurator) similar to xconfigPeter Korsgaard2010-06-056-10/+31
| | | | | | | Support the GTK variant of the graphical kconfig configurator as an alternative to the Qt3-based one. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: cleanup *conf targetsPeter Korsgaard2010-06-051-18/+4
| | | | | | | The make targets for the kconfig conf/mconf/qconf are almost identical, so us a single rule for it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kconfig: fix qconf (make xconfig) linkingPeter Korsgaard2010-06-051-1/+1
| | | | | | | qconf is written in C++, so use HOSTCXX instead of HOSTCC, and pass the correct flags. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cdrkit: fix build on uClibcPeter Korsgaard2010-06-052-1/+23
| | | | | | | cdrkit unconditionally enables code using rcmd(3), which isn't available on uClibc. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libidn: fix build with config.cache, autoconf and emacsPeter Korsgaard2010-06-053-3/+4
| | | | | | | | | | | | | | libidn contains a few elisp files, and it's configure script checks for emacs to know if it should install them. This is not important for BR as we don't have emacs, but configure fails if it's available on the host, config.cache is used and autoconf has already been used as that loads EMACS="no" into the cache. Fix it by also setting EMACS="no" here. At the same time, fix up trailing spaces in Config.in. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* netperf: fix build with uClibc 0.9.31Peter Korsgaard2010-06-022-0/+46
| | | | | | Closes #1909 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: add 2.6.34Peter Korsgaard2010-06-012-1/+64
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 2.6.32.x stable versionPeter Korsgaard2010-06-012-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: 2010.08 development startedPeter Korsgaard2010-06-012-1/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs/news.html: add 2010.05 announcementPeter Korsgaard2010-05-301-3/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* update for 2010.052010.05Peter Korsgaard2010-05-304-7/+16
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xserver_xorg-server: Use $(MAKE1) for make installPeter Korsgaard2010-05-301-0/+1
| | | | | | Xserver installation fails with parallel make jobs. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Revert "xserver_xorg-server: Use $(MAKE1) for make install"Peter Korsgaard2010-05-302-3/+2
| | | | | | | | | | | This reverts commit b7acacaf6e84ec05ed76dd419e645cfbd6683f7a. Closes #1855 We DO need to install into staging for all the xdriver-* packages, so revert this commit. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Revert "Add -rpath option for host package compilation"Peter Korsgaard2010-05-302-5/+1
| | | | | | | | | | | | Closes #1789 This reverts commit 6b939d40f6a29a43277566adc9d4312d49cb3abf. The problem this commit tries to fix is valid, but the fix unfortunately seems to cause worse problems on certain distributions/setups, so revert for now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lockfile-progs: use correct CFLAGSPeter Korsgaard2010-05-302-3/+3
| | | | | | | | Use the correct CFLAGS from BR and not just the LDFLAGS. This is especially important for external toolchain setups, but the lockfile-progs buildsystem also hardcodes -Werror, which breaks the build in certain setups. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ncftp: bump versionJulien Boibessot2010-05-292-2/+3
| | | | | | | | Due to recent 3.2.4 release, 3.2.2 download address has changed, so I prefered bump version to 3.2.4 rather than changing NCFTP_SITE. Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* external toolchain: also copy the libthread_db.so for gdbserverYann E. MORIN2010-05-281-0/+3
| | | | | | | | | | gdbserver dlopen(3)s libthread_db.so at runtime, so there is no dependency on it (does not appear as being (NEEDED)). Copy libthread_db.so from external toolchain when gdbserver is enbled. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/external: only copy the pthread lib if neededYann E. MORIN2010-05-281-1/+5
| | | | | | | | | | If threads are disabled, do not try to copy the libpthread.so from the external library. It is still expected that the BR configuration matches the external toolchain setup, and no check is done to enforce that. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: xserver-xorg has been changedPeter Korsgaard2010-05-281-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xserver_xorg-server: Use $(MAKE1) for make installPaulius Zaleckas2010-05-281-1/+3
| | | | | | | | | | Xserver installation fails with parallel make jobs. Installation to staging is not needed. So just remove it instead of converting to $(MAKE1). Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove locale dependency from xserverPaulius Zaleckas2010-05-281-4/+3
| | | | | | | XServer compiles just fine without locale support Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libcap: fix build issue when host pam is aroundGustavo Zacarias2010-05-282-25/+24
| | | | | | | Closes #1843 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* coreutils: add 'join'Bjørn Forsman2010-05-282-2/+3
| | | | | | | | coreutils: add 'join' to the list of files that are copied to target rootfs. Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: zImage target no longer available on x86Peter Korsgaard2010-05-282-1/+11
| | | | | | | | The legacy zImage target for x86 was removed from the kernel in 2.6.30, and we state in Config.in that we'll use bzImage if BR2_PACKAGE_LINUX_FORMAT isn't set, so ensure we do so for x86. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* hal: dbus expat option is BR2_DBUS_EXPATPeter Korsgaard2010-05-273-2/+8
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* update for 2010.05-rc32010.05_rc3Peter Korsgaard2010-05-274-5/+18
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'pkg-stats-fixes' of ↵Peter Korsgaard2010-05-271-14/+13
|\ | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * pkg-stats: better heuristicsThomas Petazzoni2010-05-211-14/+13
| | | | | | | | | | | | | | Slightly improve the package type detection heuristic, and fix a small bug about package/multimedia/multimedia.mk exclusion. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | Merge branch 'graph-dependencies' of ↵Peter Korsgaard2010-05-274-0/+178
|\ \ | | | | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * | New graph-depends scriptThomas Petazzoni2010-05-211-0/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a Python script that draws dependency graphs, either for the full set of selected packages, or for a particular given package. Of course, it is limited to packages that use either the generic or autotools infrastructures. The script generates a file that Graphviz can parse and generate a PDF (or other formats) from it. Full dependency graph of all selected packages : ./scripts/graph-depends > test.dot dot -Tpdf test.dot -o test.pdf Dependency graph of libgtk2 : ./scripts/graph-depends libgtk2 > test.dot dot -Tpdf test.dot -o test.pdf Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | Add a show-targets targetThomas Petazzoni2010-05-211-0/+3
| | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | Add a <fs>-root-show-depends targetThomas Petazzoni2010-05-211-0/+3
| | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | package: Add new <pkg>-show-depends to list dependenciesThomas Petazzoni2010-05-211-0/+3
| |/ | | | | | | | | | | | | The new <pkg>-show-depends simply outputs the list of dependencies for the given package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | microperl: fix build with /bin/sh = dashPeter Korsgaard2010-05-272-8/+13
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | kernel-headers: bump 2.6.27.x / 2.6.32.x / 2.6.33.x stable versionsPeter Korsgaard2010-05-273-3/+3
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | CHANGES: #75 + #699 are now closedPeter Korsgaard2010-05-271-0/+2
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Merge branch 'dependencies-fixes' of ↵Peter Korsgaard2010-05-271-4/+19
|\ \ | | | | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * | dependencies: check that . is not in the PATHThomas Petazzoni2010-05-221-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | Having . in the PATH makes the toolchain build process fail because it confuses host tools and target tools. This fixes bug #75. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | dependencies: fix tests on LD_LIBRARY_PATHThomas Petazzoni2010-05-221-4/+4
| | | | | | | | | | | | | | | | | | | | | Things like LD_LIBRARY_PATH=. or even LD_LIBRARY_PATH=.:/usr/lib were not detected as incorrect. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>