summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* hostapd: rework .config and bump to version 2.1Gustavo Zacarias2014-03-021-55/+37
| | | | | | | | Rework .config file editing as was done for wpa_supplicant and bump to version 2.1 which includes 802.11ac and ACS support. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wpa_supplicant: bump to version 2.1Gustavo Zacarias2014-03-021-15/+10
| | | | | | | | | | | | | | | | Now with 802.11ac and P2P support. CONFIG_LIBNL32 was a hidden option so switch to ENABLE/DISABLE now. CONFIG_DRIVER_ATMEL was dropped. CONFIG_DELAYED_MIC is no longer optional. CONFIG_AP was also hidden so also switch to ENABLE/DISABLE. CONFIG_EAP_* now blindly enabled instead of doing one per each. P2P support is unified with the AP mode config knob since it's the more likely scenario and share code between them. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wpa_supplicant: modify .config rework orderGustavo Zacarias2014-03-021-2/+2
| | | | | | | | | | Switch to first enable and then disable. Otherwise a wildcard enable can't have a single option disabled which is far more usual than the opposite (and required for a simple bump to version 2.1). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dmraid: rename init script and use FOO_INSTALL_INIT_SYSVMaxime Hadjinlian2014-03-022-4/+4
| | | | | | | | | | This commit fixes the init script to use the correct FOO_INSTALL_INIT_SYSV hook. [Thomas: slightly reword commit log.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dmraid: bump version to 1.0.0.rc16-3Maxime Hadjinlian2014-03-024-59/+2
| | | | | | | | | | | dmraid rc15 does not support later Intel Software RAID (isw) chipsets correctly. Updating dmraid to a later edition fixes this issue. Also cleanup and remove now useless patches. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: Antony Vennard <arv@vx9.co.uk> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lvm2: enable cmdlib and dmeventdMaxime Hadjinlian2014-03-021-1/+5
| | | | | | | | | | | | In order to use a newer dmraid, the lvm2 package needs to be compiled with --enable-cmdlib --enable-dmeventd, which dmraid can then invoke on boot. [Thomas: slightly reformat the list of configure options.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: Antony Vennard <arv@vx9.co.uk> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* samba4: add comment arch dependenciesBaruch Siach2014-03-021-0/+1
| | | | | | | | Hide the comment for unsupported architectures. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* manual: clarify Tested-by/Reviewed-by/Acked-by tagsThomas De Schampheleire2014-03-021-4/+41
| | | | | | | | | | This patch updates the manual with more clarified descriptions of tags Tested-by, Reviewed-by, and Acked-by, as discussed on the Buildroot developer days in February 2014. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* systemd: add missing host-gperf dependencyThomas Petazzoni2014-03-021-1/+2
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/910/91010b43e63b82e050046b8f10c2c42f31a8a620/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* samba4: add cross answers for x86_64Christophe Vu-Brugier2014-03-022-1/+66
| | | | | Signed-off-by: Christophe Vu-Brugier <cvubrugier@yahoo.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* samba4: new packageGustavo Zacarias2014-03-0211-0/+571
| | | | | | | | | | | | | | | | | | | | | | | | | | | Samba 4.1.x uses the waf build system which isn't very cross-compile friendly, and also some tests are formulated in a way that isn't cross-build friendly either by needing to run them. For this reason the samba4 build system includes a way to define answers for many of the tests, but this support isn't complete and some tests still want to be executed. Samba 4.1.x also requires a proper answers file for each architecture, and at the moment i've only tested for ARM and PowerPC so only those architectures are supported to begin with. To add support for another architecture basically copy one of the cache files to the proper name, enable it in Config.in and adjust endianess and all of the "size of" answers. I'm in the process of automating the sizeof and endianess answers within the samba build system to make them cross friendly to simplify the answers file to just one generic linux variant. The 3.6.x branch is still security supported for the forseeable future. I'm currently working with samba upstream to solve many of these issues but this will probably happen with the yet unreleased 4.2 branch only. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* samba: update description and rename patchesGustavo Zacarias2014-03-023-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* heimdal: new packageGustavo Zacarias2014-03-025-0/+302
| | | | | | | | | host-heimdal is required for samba 4.1.x since it can't (yet) link with an external heimdal implementation and can't cross-compile the internal tools. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python: fixup python-config scriptGustavo Zacarias2014-03-021-0/+205
| | | | | | | | | | The original version uses sysconfig from the python interpreter (normally host-python) which isn't really suited to provide information of the target python. Use the pure shell preprocessed backport from the upcoming python 3.4 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: add SoCkit defconfigSebastien Bourdelin2014-03-024-0/+1021
| | | | | | | | | | | | | | | | | | | | | | This commit introduces initial support for the Arrow SoCkit boards, featuring an Altera Cyclone V SoC: http://www.altera.com/b/arrow-sockit.html It is based on Roman Diouskine's work at https://github.com/rndi/buildroot-alt. The kernel and the u-boot used is the one developped by the rocketboards.org community, as mainline support is not fully available yet. More info is available in the board/altera/sockit/readme.txt file. [Thomas: remove a number of not really needed empty new lines in the readme.txt file, update the defconfig for the new kernel headers options.] Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libdrm: bump to version 2.4.52Bernd Kuhls2014-03-021-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libdrm: Remove dependency towards X11Bernd Kuhls2014-03-022-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Using this defconfig BR2_x86_pentium_mmx=y BR2_ENABLE_DEBUG=y BR2_OPTIMIZE_2=y BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y # BR2_UCLIBC_INSTALL_UTILS is not set BR2_BINUTILS_VERSION_2_23_2=y BR2_GCC_VERSION_4_8_X=y BR2_PACKAGE_LIBDRM=y BR2_PACKAGE_LIBDRM_RADEON=y BR2_PACKAGE_LIBDRM_NOUVEAU=y BR2_PACKAGE_LIBDRM_VMWGFX=y libdrm (w/o Intel API) compiles without BR2_PACKAGE_LIBATOMIC_OPS and without BR2_PACKAGE_XLIB_LIBPCIACCESS, so USE_WCHAR, TOOLCHAIN_HAS_THREADS and !BR2_PREFER_STATIC_LIB, previously added by the Xorg dependency, do not seem to be necessary for libdrm at all. Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-Off-By: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xlib_libpthread-stubs: Rename package to libpthread-stubsBernd Kuhls2014-03-0210-29/+37
| | | | | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-Off-By: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* flot: bump to version 0.8.2Gustavo Zacarias2014-03-021-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jquery-keyboard: bump to version 1.18.2Gustavo Zacarias2014-03-021-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jquery-ui-themes: bump to version 1.10.4Gustavo Zacarias2014-03-021-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jquery-ui: bump to version 1.10.4Gustavo Zacarias2014-03-021-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jquery: bump to version 1.11.0Gustavo Zacarias2014-03-021-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lftp: needs fork(), requires MMU supportThomas Petazzoni2014-03-021-0/+2
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/321/321a6eedd2c79ce45c047cd8ebddb67124da092c/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* parted: add readline bump fix patchGustavo Zacarias2014-03-021-0/+19
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/1e9/1e90929bfaf617381d490dc0b99f333968624ce7/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lvm2: add readline bump fix patchGustavo Zacarias2014-03-021-0/+19
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/d6f/d6f4d388c62ec2137560aabbff46c4a30c584e18/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qt5multimedia: install gsttools library to targetFatih Aşıcı2014-03-021-0/+11
| | | | | | | | It is built when gst-plugins-base is selected. Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Noticed-by: Paweł Gibaszek <gibol666@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ljlinenoise: new packageFrancois Perrad2014-03-023-0/+31
| | | | | | | [Thomas: indicate that ljsyscall is a run-time dependency only.] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* luarocks: remove luainterpreter dependencyFrancois Perrad2014-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | All packages using the luarocks infrastructure need a dependency on luainterpreter, because having the Lua interpreter for the target is needed to built native Lua modules. This dependency is already taken care of in pkg-luarocks.mk. However, host-luarocks, which is built as a dependency of the extract step of any luarocks package, also had a dependency on luainterpreter. Not only this was not necessary, but it was causing problems with 'make legal-info'. Since 'make legal-info' triggers the extraction of all packages, as soon as a luarocks package was enabled, it would trigger the build of host-luarocks, itself triggering the build of luainterpreter and therefore its dependencies, amongst which the entire cross-compilation toolchain. [Thomas: reword commit log to include more detailed explanations.] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* bustle: use TARGET_MAKE_ENV instead of setting PATH in the make environmentSamuel Martin2014-03-011-1/+1
| | | | | | | | | TARGET_MAKE_ENV already contains the PATH definition among other useful variables. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-pyasn: fix version number to match upstream tarballThomas Petazzoni2014-03-011-1/+1
| | | | | | | | | The upstream tarball at https://pypi.python.org/packages/source/p/pyasn1/ is actually in version 0.1.7, not 0.17. Reported-by: Peter Korsgaard <jacmet@uclibc.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lzip: new packageGustavo Zacarias2014-03-013-0/+56
| | | | | | | | | The host variant is in preparation for possibly some gnu packages shipping tar.lz versions only. At least ed 1.10 did it (still needed to add extraction support for it). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libmicrohttpd: disable curl testcasesGustavo Zacarias2014-03-011-1/+1
| | | | | | | | They require a toolchain with IPv6. Fixes: http://autobuild.buildroot.net/results/edb/edb1b5ee1ffaa6a495b4d7c2976f618c8331b5d2/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* php-gnupg: force gnupg detectionGustavo Zacarias2014-03-011-1/+4
| | | | | | | | | | | Hardcode the gpg path and detection otherwise it will fail on a host that doesn't have gnupg installed. Fixes: http://autobuild.buildroot.net/results/757/757fb0b12af12de4f128d9c503d45b20776c2313/ Also define PHP_AUTOCONF and PHP_AUTOHEADER as other extensions do to avoid stray issues. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* bash: always prefix readlineGustavo Zacarias2014-03-011-0/+1
| | | | | | | | | | Always prefix the readline directory otherwise autodetection may pick up the host readline when headers are available and target == host (or are link-compatible). Fixes: http://autobuild.buildroot.org/results/44a/44a962623be757143a3d6d37fc6cd14964094f79/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mmc-utils: requires kernel headers >= 3.0Yann E. MORIN2014-03-011-2/+3
| | | | | | | | | | mmc-utils needs the mmc ioctls, introduced in linux 3.0. Fixes: http://autobuild.buildroot.net/results/0c1/0c15e2b193418c6f0edbc98a6ea3957bdf71a98b Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tvheadend: requires kernel headers >= 3.2Yann E. MORIN2014-03-011-2/+3
| | | | | | | | | | tvheadend requires SYS_TURBO, introduced in linux 3.2. Fixes: http://autobuild.buildroot.net/results/4df/4df8cd85e0287910567df81c0394b2914570e98a Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/weston: requires kernel headers >= 3.0Yann E. MORIN2014-03-011-2/+3
| | | | | | | | | | | | | It needs K_OFF, introduced in 2.6.39. Since we do not have dependencies on kernel headers before 3.0, just depend on kernel headers 3.0. Fixes: http://autobuild.buildroot.net/results/aa5/aa54b1aaf0ac89531d7a1e7dd3900b35605ae3f5 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/w_scan: requires kernel headers >= 3.0Yann E. MORIN2014-03-011-0/+4
| | | | | | | | | | It needs DVB API version 5.3 or later, introduced in linux 3.0. Fixes: http://autobuild.buildroot.net/results/6e7/6e7c691099a8f3eef4fc84860ceb1a94f25873eb Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/dvb-apps: requires kernel headers >= 3.3Yann E. MORIN2014-03-011-2/+3
| | | | | | | | | | | | dvb-apps requires linux kernel headers >= 3.3, for: SYS_TURBO, SYS_DVBC_ANNEX_A : introduced in 3.2 SYS_DVBC_ANNEX_C, DTV_ENUM_DELSYS: introduced in 3.3 Fixes: http://autobuild.buildroot.net/results/a77/a7786dffa28e5472fbc9c8fe4ab302c84d7a3cb9 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* manual: document minimal kernel headers dependencyYann E. MORIN2014-03-011-0/+6
| | | | | | | | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Samuel Martin <s.martin49@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain/internal: check kernel headers version for manually-specified versionYann E. MORIN2014-03-011-0/+9
| | | | | | | | | | | Ensure the kernel headers version matches exactly the one manually specified by the user. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain/external: check kernel headers version for custom toolchainYann E. MORIN2014-03-014-1/+60
| | | | | | | | | | | | | | | | | | Ensure the kernel headers version used in the custom external toolchain, or the manually-specified kernel headers version, matches exactly the one selected by the user. We do not care about the patch-level, since headers are not supposed to change between patchlevels. This applies only to kernels >= 3.0, but those are actually the ones we do care about; we treat all 2.6.x kernels as being a single version, since we do not support any 2.6 kernels for packages with kernel-dependant features. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-headers: select appropriate 'AT_LEAST_XXX' header versionYann E. MORIN2014-03-011-0/+82
| | | | | | | | | | | | | | | | | | | Select the appropriate BR2_TOOLCHAIN_HEADERS_AT_LEAST_XXX options for the internal toolchain backend. For the manualy-specified version, we bring up the choice that sets the _AT_LEAST_XXX symbols. [Thomas: rename symbols from BR2_PACKAGE_HOST_LINUX_HEADERS_<version> to BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_<version> to clearly indicate that they are used to specify the version of custom headers.] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Cc: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain/external/custom: add choice to select 'AT_LEAST_XXX' header versionYann E. MORIN2014-03-011-0/+78
| | | | | | | | | | | | | | | | | Select the appropriate BR2_TOOLCHAIN_HEADERS_AT_LEAST_XXX options for the external, custom toolchain backend. We try to be conservative here, and default to kernel headers 2.6.x. [Thomas: remove duplicated depends on BR2_TOOLCHAIN_EXTERNAL_CUSTOM, since the choice is already inside a if BR2_TOOLCHAIN_EXTERNAL_CUSTOM ... endif block.] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain/external/predefined: add choice to select 'AT_LEAST_XXX' header ↵Yann E. MORIN2014-03-011-0/+32
| | | | | | | | | | | | | | | | version Select the appropriate BR2_TOOLCHAIN_HEADERS_AT_LEAST_XXX options for the external, pre-defined toolchains. Also annotate those toolchain with older-than-3.0 headers. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain/common: add minimum kernel headers optionsYann E. MORIN2014-03-011-0/+59
| | | | | | | | | | | | | | | | We now have quite a few packages that depend on the kernel headers to be at least a certain version. For example, dvb-apps requires at least the 3.3 kernel headers. Add a set of options that packages can depend on, to check that the kernel headers match their required version. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-headers: remove 2.6 snapshotYann E. MORIN2014-03-012-4/+7
| | | | | | | | | | | | | As Thomas states: It is completely weird to ask the tarball to be named exactly linux-2.6.tar.bz2. IMO, we should simply get rid of this feature. Make it so! ;-) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* php: fix typoSamuel Martin2014-03-011-1/+1
| | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lsqlite3: new packageFrancois Perrad2014-03-013-0/+21
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud