summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* kexec: bump to version 2.0.2 + change URL to match kernel.orgAndy Kennedy2011-01-141-2/+2
| | | | | | | | | | | Closes #3007 Changed the KEXEC_SITE to the new home of kexec. This patch also satisfies bug #3007 created by me last month. Thanks to Gustavo for pointing out that the easy fix was to bump kexec to 2.0.2. Signed-of-by: Andy Kennedy <Andy.Kennedy@AdTran.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* makedevs: Add support for 16-bit major/minor numbersMatt Fleming2011-01-141-2/+2
| | | | | | | | Closes #2647 [Peter: Adjust for the real 12bit majors/20bit minors supported by Linux] Signed-off-by: Matt Fleming <matthew.fleming@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* irda-utils: new package for IrDA devicesMike Frysinger2011-01-146-0/+147
| | | | | | | [Peter: Small tweaks, add patch descriptions] Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* coreutils: add uname patchMartin Banky2011-01-142-0/+181
| | | | | | | | On linux platforms, grok /proc/cpuinfo for the CPU/vendor info. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* coreutils: changed/removed some of the configure environmental variablesMartin Banky2011-01-141-4/+1
| | | | | | | | | | | gl_ac_cv_func_link_follows_symlink=no - changed to gl_cv_func_link_follows_symlink gl_cv_func_mkdir_trailing_slash_bug=no - no longer used gl_cv_func_rename_dest_exists_bug=no - no longer used gl_cv_func_rename_trailing_slash_bug=no - no longer used Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* coreutils: bump to 8.5Martin Banky2011-01-143-54/+2
| | | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* coreutils: fixed missing hostnameMartin Banky2011-01-142-1/+53
| | | | | | | | | | | | | | | hostname is no longer installed by default (ChangeLog-2007 - 2007-08-28), and has to be enabled with --enable-install-program=hostname. hostname's man file is not included, and because of this, during make, help2man is run against src/hostname to generate it's man file. src/hostname will not run on the host system, causing the build to fail. Generated the hostname man file, after building coreutils on the host system, and generated this patch, which fixes the build error. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* coreutils: changed/removed some of the configure environmental variablesMartin Banky2011-01-141-40/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ac_cv_func_closedir_void=no - no longer used ac_cv_func_fnmatch_gnu=yes - no longer used ac_cv_func_getcwd_null=yes - duplicate of gl_cv_func_getcwd_null ac_cv_func_mkstemp=yes - changed to gl_cv_func_working_mkstemp ac_cv_func_stat_empty_string_bug=no - no longer used ac_cv_func_utime_null=yes - no longer used ac_cv_have_decl_euidaccess=no - no longer used ac_cv_have_decl_nanosleep=yes - no longer used ac_cv_struct_st_mtim_nsec=no - no longer used am_cv_func_working_getline=yes - duplicate am_getline_needs_run_time_check=no - changed to gl_getline_needs_run_time_check gl_cv_c_restrict=no - changed to ac_cv_c_restrict gl_cv_func_mkstemp_limitations=no - no longer used gl_cv_func_working_readdir=yes - no longer used jm_ac_cv_func_link_follows_symlink=no - changed to gl_ac_cv_func_link_follows_symlink jm_cv_func_gettimeofday_clobber=no - changed to gl_cv_func_gettimeofday_clobber jm_cv_func_nanosleep_works=yes - no longer used jm_cv_func_svid_putenv=yes - changed to gl_cv_func_svid_putenv jm_cv_func_working_re_compile_pattern=yes - changed to gl_cv_func_re_compile_pattern_working utils_cv_func_mkdir_trailing_slash_bug=no - duplicate of gl_cv_func_mkdir_trailing_slash_bug utils_cv_func_mkstemp_limitations=no - duplicate of gl_cv_func_mkstemp_limitations Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* coreutils: convert to autotargetMartin Banky2011-01-131-79/+28
| | | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vorbis-tools: new packageGustavo Zacarias2011-01-113-0/+33
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libao: new packageGustavo Zacarias2011-01-113-0/+29
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: let buildroot handle strippingMike Frysinger2011-01-111-1/+2
| | | | | | | | | | | For some ABI's (like FLAT), we cannot strip busybox as the file format does not support it and strip will abort with errors like 'File format not recognized'. Since the toplevel already takes care of stripping things, simply disable the busybox step. Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: unify duplicated build stepsMike Frysinger2011-01-111-17/+12
| | | | | | | | | This does set a few more vars in some steps that weren't set before, but they should be harmless in the contexts in question. And the resulting save in duplication is nice. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iptables: remove redundant --disable-ipv6Peter Korsgaard2011-01-111-3/+0
| | | | | | Is automatically handled by the autotargets infrastructure. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iproute2: bump to version 2.6.37 + fixesGustavo Zacarias2011-01-111-3/+13
| | | | | | | | | Bump to version 2.6.37 Add iptables support when it's available. ATM support requires linux-atm for which we don't have a package yet. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iptables: install to stagingGustavo Zacarias2011-01-111-2/+3
| | | | | | | Install iptables to staging so we can build iproute2 with filtering. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* webkit: security bump to version 1.2.6Gustavo Zacarias2011-01-111-1/+1
| | | | | | | | | Bump to version 1.2.6 which includes security fixes for: CVE-2010-1791, CVE-2010-3812, CVE-2010-3813, CVE-2010-4197, CVE-2010-4198, CVE-2010-4204 and CVE-2010-4206. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add/update 1.18.1 fixes for hush, mkswap, modprobe, tftp and procpsGustavo Zacarias2011-01-115-5/+156
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ltrace: fix build issue with parallel buildsPeter Korsgaard2011-01-101-0/+1
| | | | | | | With highly parallel builds, sysdep.h is not always generated before it is needed, breaking the build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* at: fix build issue with parallel buildsPeter Korsgaard2011-01-101-0/+2
| | | | | | | With highly parallel builds, the input files for parsetime.l are not alway present when needed, breaking the build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* flac: fix powerpc buildGustavo Zacarias2011-01-102-2/+28
| | | | | | | flac incorrectly assumes every powerpc around has altivec. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pciutils: SHARED make opt goes for install tooGustavo Zacarias2011-01-101-2/+4
| | | | | | | | | | | | If we don't pass SHARED when installing we miss the shared library symlinks (libpci.so & libpci.so.3). On internal and external toolchains that have a proper cross ldconfig this isn't a problem as they get created during ldconfig, but it breaks on toolchains that lack a cross ldconfig to automagically make the symlinks. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-utils: select alsa-libGustavo Zacarias2011-01-101-1/+1
| | | | | | | | Select alsa-libs instead of depending on them otherwise it's just "missing" from the menu. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ccache: bump versionPeter Korsgaard2011-01-101-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* oprofile: use new libbfd optionGustavo Zacarias2011-01-022-4/+2
| | | | | | | | Convert the oprofile target to select the new libbfd staging/target option to avoid a huge target binutils for a simple task. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* binutils: make it a proper packageGustavo Zacarias2011-01-0231-1/+1156
| | | | | | | | | | | | | | | | | | | | | | | * Convert binutils to a proper autotargets package * Add version 2.21 and drop version 2.17 * Hook up packaged binutils for target gcc * Build tools are on HOST_DIR now so change it * Move cross/host gcc to HOST_DIR * Drop kludge from commit 3c77bab2eeace3ee675bd745ca335fa3dd1630bb This is fixed in the next commit "gcc: install copies of libgcc, libstdc++ and libgcj to the sysroot" - tested for arm & x86_64 targets. * TARGET_CROSS now pointed to HOST_DIR too [Peter: Config.in tweaks] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* php: fix CFLAGS handlingPeter Korsgaard2011-01-021-3/+7
| | | | | | | The shell doesn't understand += assignments. Fixes a build issue with sqlite extension and !largefile (and possibly with ext toolchains as well). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vim: ensure configure doesn't fail if X11 packages are enabledPeter Korsgaard2011-01-011-1/+3
| | | | | | | When X11 is detected, vim's configure does a AC_TRY_RUN to detect wchar_t size, so preset it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: add option to build cairo pluginPeter Korsgaard2011-01-012-0/+12
| | | | | | Fixes build issue when cairo is built without png support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ffmpeg: fix build with ccachePeter Korsgaard2011-01-011-1/+1
| | | | | | With ccache, HOSTCC contains a space, so ensure it's properly quoted. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bison: remove unused yacc wrapperPeter Korsgaard2010-12-311-2/+0
| | | | | | No longer used since 98611b (bison: convert to the autotools infrastructure) Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libvorbis: bump versionPeter Korsgaard2010-12-311-1/+1
| | | | | | Derived from patch by Martin Banky. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libogg: bump versionPeter Korsgaard2010-12-311-1/+1
| | | | | | Derived from patch by Martin Banky. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux-fusion: bump to 8.1.2Lionel Landwerlin2010-12-313-20/+43
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libglib2: bump to 2.26.1Lionel Landwerlin2010-12-311-1/+1
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: Add option for v4l2Phil Edworthy2010-12-312-1/+9
| | | | | Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.18.1 fixes for bzip2 and cpioPeter Korsgaard2010-12-302-0/+60
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: sdparmYegor Yefremov2010-12-303-0/+12
| | | | | | | | Add utility to accesses SCSI device parameters. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain: drop BR2_CROSS_TOOLCHAIN_TARGET_UTILS optionGustavo Zacarias2010-12-291-17/+5
| | | | | | | | | It's really not very useful, all it does is install a target strace and ldd in a target_utils directory in staging. While at it clean up the strace makefile a bit. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: drop sparc64 bitsGustavo Zacarias2010-12-291-5/+0
| | | | | | | Remove VIS optimization, it's for sparc64 and it's gone. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xlogo: needs libXft and pkg-configPeter Korsgaard2010-12-292-1/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libcap: fix target installGustavo Zacarias2010-12-292-14/+24
| | | | | | | | | | /usr/lib/libcap.so.* was installed via "install -D" but libcap.so.2 is a symlink so it was dereferenced. Also update the buildsystem patch so that the shared lib is +X. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* automake: ensure staging aclocal dir gets createdPeter Korsgaard2010-12-291-0/+6
| | | | | | Otherwise aclocal fails. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain: move sysroot to host dirGustavo Zacarias2010-12-281-26/+28
| | | | | | | | * Drop the BR2_STAGING_DIR option * Hardcode STAGING_DIR to $(HOST_DIR)/usr/TUPLE/sysroot Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sstrip: make it a proper packageGustavo Zacarias2010-12-284-1/+56
| | | | | | | | | | | * Convert sstrip to a proper gentargets package * Use openwrt svn version, it's basically the same one we used * Change the hooks from old toolchain/sstrip to new package/sstrip * Drop the old toolchain/sstrip directory * sstrip for the target is now in Package -> Development Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* automake: install gtk-doc.m4 in host directory instead of stagingLionel Landwerlin2010-12-281-1/+1
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: avoid copying .m4 files from host to stagingLionel Landwerlin2010-12-284-17/+2
| | | | | | | | | | | Since we are preparing a package generation mechanism, we would like to avoid packages that move/touch/modify files which are not part of their own package. That's why we try to not install host files into the staging directory (in this case .m4 files) and instead we include $(HOST_DIR)/usr/share/aclocal into autoreconf search directory. Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vtun: fix startup script installationLionel Landwerlin2010-12-281-1/+1
| | | | | | | In case etc/init.d does not exist. Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cloop: bump and fix packageThomas Petazzoni2010-12-282-3/+32
| | | | | | | | | | | | | | | On a machine without zlib-dev installed, cloop must rely on the host-zlib compiled by Buildroot, but due to the horrible cloop build system, this didn't happen and the build was failing. Therefore, we now pass all the $(HOST_CONFIGURE_OPTS) when building cloop, and we fix the Makefile so that it takes into account CFLAGS/LDFLAGS passed in the environment or command-line and do not override them. [Peter: fix typos, remove HOST_MAKE_ENV] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* php: fix gmp extension build after libgmp bumpPeter Korsgaard2010-12-281-0/+30
| | | | | | Patch from php svn r295402. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>