summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* omniorb: bump to version 4.2.0Baruch Siach2014-11-222-1/+4
| | | | | | | | | | | | | Also add a hash file. The release announcement (http://www.omniorb-support.com/pipermail/omniorb-list/2014-April/031550.html) mentions support for python3, but I could not make it work. Stay with python2 for now. Cc: Matt Weber <mlweber1@rockwellcollins.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dbus-python: add python3 supportPeter Korsgaard2014-11-222-6/+18
| | | | | | | | [Thomas: update the dependencies of the comment to take into account that we can now also build with Python 3.] Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python3: add patch to fix --includes / --ldflags output of python3-configPeter Korsgaard2014-11-221-0/+60
| | | | | | | | | | | | | | | | | | | | The build/real prefix handling using sed breaks if build != real and the standard include / lib directories are used ($prefix/include and $prefix/lib). E.G. prefix_build="/usr", libdir="$prefix/lib", includedir="$prefix/include". If this gets installed with make DESTDIR="/foo" install, then we end up with prefix_real = prefix = "/foo/usr" as expected, but includedir="/foo/foo/usr/include" and libdir="/foo/foo/usr/lib" because of the double sed invocation (prefix is already expanded). Work around it by ensuring we only match the beginning of the string. Submitted upstream: http://bugs.python.org/issue22907 Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dbus-python: cleanup packagePeter Korsgaard2014-11-222-34/+4
| | | | | | | | | The patch is not needed anymore as the proper includes can be specified using PYTHON_INCLUDES, and version/pythondir/pyexecdir is correctly detected using host-python. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-netifaces: enable on Python 3Simon Marchi2014-11-221-1/+0
| | | | | | | | | | | Version 0.10.4 is compatible with python 3. [Thomas: change the patch to simply remove the dependency on BR2_PACKAGE_PYTHON, so that the package can be seen when either python or python3 are used.] Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fs/iso9660: use install instead of cpGuido Martínez2014-11-221-7/+9
| | | | | | | | | | | This way we don't depend on the permissions of files under boot/ or fs/, which aren't tracked. While we're at it, change all 'cp' usages into 'install' with the correct mode for each file. Signed-off-by: Guido Martínez <guido@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot/grub: use install instead of cpGuido Martínez2014-11-221-7/+7
| | | | | | | | | | | This way we don't depend on the permissions of files under boot/grub/, which aren't tracked. While we're at it, change all 'cp' usages into 'install' with the correct mode for each file. Signed-off-by: Guido Martínez <guido@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* nitrogen6x: use install instead of cpGuido Martínez2014-11-221-3/+3
| | | | | | | in order to not depend on the previous permissions of each file Signed-off-by: Guido Martínez <guido@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mcelog: new packageRomain Naour2014-11-223-0/+31
| | | | | | | | | | | | [Thomas: - use "make install", which allows to remove the custom installation logic in mcelog.mk. - no need to explicitly pass CFLAGS and CPPFLAGS when doing the build, since those definitions are already part of $(TARGET_CONFIGURE_OPTS).] Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mesa3d: bump version to 10.3.4Bernd Kuhls2014-11-221-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* exiv2: new packageNicolas Serafini2014-11-224-0/+109
| | | | | | | | | | | | | | | | | Add support for Exiv2 library and utility to manage image metadata Exiv2 can be built in GPLv2+ or commercial version. But in commercial version the Nikon lens name database and the NLS support has to be disabled for copyright reason. [Thomas: - switch to using the CMake build system, which works better than the clunky autoconf + manual Makefile based build system. - add missing toolchains dependencies: does not build in static library configuration, needs C++, etc.] Signed-off-by: Nicolas Serafini <nicolas.serafini@sensefly.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/*/*.mk: Fix indentMaxime Hadjinlian2014-11-193-4/+4
| | | | | | | | | | | Change LIBFOO_PERMISSIONS everywhere to be a space-separated list. As nothing was specified in the manual but all our lists are space separated, there is no reason that this one should be made an exception. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dhcpcd: bump to version 6.6.2Gustavo Zacarias2014-11-192-1/+3
| | | | | | | Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* network-manager: adjust dhclient and dhcpcd directoriesGustavo Zacarias2014-11-191-2/+2
| | | | | | | | dhclient and dhcpcd were moved from /usr/sbin to /sbin for busybox-less SysV-style init with Debian utilities, so adjust accordingly. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dhcpcd: use standard installationGustavo Zacarias2014-11-191-6/+1
| | | | | | | | | | | | Drop the custom/manual install cmds and do a normal make install. This gets dhcpcd-hooks installed which are useful for many accesory setup functions like dns, ntp server, and so on. Also install dhcpcd to /sbin since it's expected by debian ifupdown, For busybox ifupdown when external dhcp clients are enabled (not in the default config we ship) will search the path. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* elfutils: bump version to 0.160Vicente Olivert Riera2014-11-198-140/+169
| | | | | | | | | | | | | | | - Bump version to 0.160 - Add a hash file - Adapt patches to the new version - Add a new patch to really make -Werror conditional to BUILD_WERROR Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* elfutils: rename patches to follow the new name structureVicente Olivert Riera2014-11-195-0/+0
| | | | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sqlite: bump version to 3.8.7.2Vicente Olivert Riera2014-11-192-2/+2
| | | | | | | | - Bump version to 3.8.7.2 - Update hash value Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lvm2: bump version to 2.02.112Vicente Olivert Riera2014-11-192-2/+2
| | | | | | | | - Bump version to 2.02.112 - Update hash value Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* git: bump version to 2.1.3Vicente Olivert Riera2014-11-192-2/+5
| | | | | | | | - Bump version to 2.1.3 - Add a hash file Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* btrfs-progs: bump to version 3.17.2Gustavo Zacarias2014-11-192-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsoup: bump versionPeter Korsgaard2014-11-192-41/+2
| | | | | | python3 patch is now upstream. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/python-*: drop redundant python || python3 dependenciesPeter Korsgaard2014-11-1914-14/+0
| | | | | | | | | | | | | | | | | | As discussed on the list: http://lists.busybox.net/pipermail/buildroot/2014-November/112509.html We currently have a mix of python packages explicitly depending on python || python3 in their Config.in and packages that don't. As all python packages are inside a python || python3 conditional in the main Config.in, the explicit dependencies inside the package Config.in is redundant, so drop it for consistency. Automated using: sed -i '/depends on BR2_PACKAGE_PYTHON.*PYTHON3/d' package/python-*/Config.in Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* evemu: add hashPeter Seiderer2014-11-191-0/+2
| | | | | Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* evemu: bump version to 2.1.0Peter Seiderer2014-11-195-158/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | See [1] for details. Change download url and source package format to enable usage of upstream provided hash values. Patches - evemu-0001-SYN_MAX.patch - evemu-0003-make-event-names-use-input.h-from-sysroot-instead-of.patch are obsolete as there is no more host side python script for event name generation. Patches - evemu-0002-configure.ac-add-disable-tests-option.patch - evemu-0005-configure.ac-add-disable-python-bindings-option.patch are committed upstream. [1] http://lists.freedesktop.org/archives/input-tools/2014-November/001122.html [Thomas: drop EVEMU_AUTORECONF = YES, since we're now using a tarball that has the configure script already generated, and we no longer have patches touching the configure.ac/Makefile.am] Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libevdev: add hashPeter Seiderer2014-11-191-0/+2
| | | | | | | Signed-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libevdev: bump version to 1.3.1Peter Seiderer2014-11-191-1/+1
| | | | | | | | | | | | See [1] and [2] for details. [1] http://lists.freedesktop.org/archives/input-tools/2014-September/001112.html [2] http://lists.freedesktop.org/archives/input-tools/2014-November/001123.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mpd: bump to version 0.19.4Gustavo Zacarias2014-11-192-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* vlc: allow dynamically linking live555Baruch Siach2014-11-191-3/+1
| | | | | Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* live555: add support for building dynamic librariesBaruch Siach2014-11-191-7/+19
| | | | | | | | | | | Both config.linux and config.linux-with-shared-libraries already exist in upstream code. We are only appending to these files to override some variables. The linux-with-shared-libraries variant defines a few additional variables needed for dynamic linking (library version, installation target). Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: linux-fusion: use install instead of cpGuido Martínez2014-11-181-2/+2
| | | | | | | | | in order to not depend on the previous permissions of the file Signed-off-by: Guido Martínez <guido@vanguardiasur.com.ar> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dhcp: install dhclient to /sbinGustavo Zacarias2014-11-181-1/+1
| | | | | | | | | Debian ifupdown uses an explicit call to /sbin/dhclient. Busybox ifupdown uses the search path. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/openssl: rename patches to the new conventionBernd Kuhls2014-11-184-0/+0
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* rapidjson: simplify install commandsPhilippe Proulx2014-11-181-12/+1
| | | | | | | Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* debianutils: new packageGustavo Zacarias2014-11-184-0/+26
| | | | | | | | | | | | [Thomas: add optional dependency on Busybox, because debianutils installs its own version of which, so we need to override the Busybox one.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* live555: use upstream install target for staging installationBaruch Siach2014-11-183-25/+7
| | | | | | | | | Move include directories out of $(STAGING_DIR)/usr/include/live. This is upstream choice, and is consistent with e.g. Debian. Update mplayer and vlc to match. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* whois: bump to version 5.2.2Gustavo Zacarias2014-11-182-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sg3_utils: bump to version 1.40Gustavo Zacarias2014-11-182-5/+7
| | | | | | | Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tvheadend: add support for host-python3Bernd Kuhls2014-11-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | Added upstream: https://github.com/tvheadend/tvheadend/commit/5a07ff166a84c65f08d326c69c818f6eef315e68 Tested with these defconfigs: BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y BR2_TOOLCHAIN_BUILDROOT_WCHAR=y BR2_PACKAGE_PYTHON3=y BR2_PACKAGE_TVHEADEND=y BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y BR2_TOOLCHAIN_BUILDROOT_WCHAR=y BR2_PACKAGE_PYTHON=y BR2_PACKAGE_TVHEADEND=y Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tvheadend: Bump versionBernd Kuhls2014-11-181-1/+1
| | | | | | | Needed to add support for host-python3 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* rapidjson: bump to latest GitHub masterPhilippe Proulx2014-11-181-9/+8
| | | | | | | | RapidJSON is now hosted on GitHub and its latest version includes many fixes and features added since 2012. Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* kmod: bump to version 19Vicente Olivert Riera2014-11-184-78/+9
| | | | | | | | | | | | | - Bump to version 19 - Rename 0001 patch to follow the new name convention - Adapt the 0001 patch to the new version - Remove the already-upstreamed 0002 patch - Update the hash value [Thomas: adapt comment in the updated 0001 patch.] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/shairport-sync: bump to version 2.1.11Jörg Krause2014-11-181-1/+1
| | | | | Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* imagemagick: bump version to 6.9.0-0Vicente Olivert Riera2014-11-182-3/+3
| | | | | | | | - Bump version to 6.9.0-0 - Update the hash value Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-itsdangerous: needs python zlib supportYegor Yefremov2014-11-181-0/+2
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: add python-requestsPeter Korsgaard2014-11-174-0/+25
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-webpy: add new packageYegor Yefremov2014-11-173-0/+21
| | | | | | [Peter: drop redundant python|python3 dependency] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-jinja2: needs markupsafe at runtimePeter Korsgaard2014-11-171-0/+1
| | | | | | | | | Otherwise import fails: ImportError: No module named markupsafe Reported-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: add python-markupsafePeter Korsgaard2014-11-174-0/+25
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-werkzeug: needs python zlib supportPeter Korsgaard2014-11-171-0/+2
| | | | | | | | | | | | | | | | Otherwise import fails: >>> import werkzeug Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/site-packages/werkzeug/__init__.py", line 154, in <module> File "/usr/lib/python2.7/site-packages/werkzeug/exceptions.py", line 71, in <module> File "/usr/lib/python2.7/site-packages/werkzeug/wrappers.py", line 35, in <module> File "/usr/lib/python2.7/site-packages/werkzeug/formparser.py", line 21, in <module> File "/usr/lib/python2.7/site-packages/werkzeug/wsgi.py", line 17, in <module> ImportError: No module named zlib Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud