summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * libsigrok: enable building C++ bindingsBartosz Golaszewski2015-02-232-1/+23
| | | | | | | | | | | | | | | | | | | | | | [Thomas: - Use BR2_INSTALL_LIBSTDCPP instead of BR2_TOOLCHAIN_BUILDROOT_CXX, so that the condition also works with external toolchains. - Use a 'if BR2_PACKAGE_LIBSIGROK' instead of duplicating the dependency.] Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/dropbear: install dropbear.service to correct dirMaxim Mikityanskiy2015-02-231-2/+2
| | | | | | | | | | | | | | | | The place for package-provided systemd units is /lib/systemd/system. /etc/systemd/system is for custom units. Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * luacrypto: remove duplicate dependency on luainterpreterThomas De Schampheleire2015-02-231-1/+1
| | | | | | | | | | | | | | | | | | The luarocks package infrastructure already adds a dependency on luainterpreter, so it is not necessary to add it in luacrypto. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * lua-periphery: new packageVanya Sergeev2015-02-233-0/+22
| | | | | | | | | | | | | | | | | | Signed-off-by: Vanya Sergeev <vsergeev@gmail.com> [ThomasDS: rewrap package/lua-periphery/Config.in] Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Tested-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> (compile-tested on x86/glibc armel/uclibc) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * trinity: bump version to fix a build failure using Linux 3.19 headersFabio Porcedda2015-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bump to the following trinity repository commit: kvm: Add ifdef around IA64 ioctls. Fix build error. CC ioctls/kvm.o In file included from ioctls/kvm.c:8:0: ioctls/kvm.c:115:8: error: ‘KVM_IA64_VCPU_GET_STACK’ undeclared here (not in a function) IOCTL(KVM_IA64_VCPU_GET_STACK), ^ include/ioctls.h:53:15: note: in definition of macro ‘IOCTL’ { .request = _request, .name = #_request, } ^ ioctls/kvm.c:116:8: error: ‘KVM_IA64_VCPU_SET_STACK’ undeclared here (not in a function) IOCTL(KVM_IA64_VCPU_SET_STACK), ^ include/ioctls.h:53:15: note: in definition of macro ‘IOCTL’ { .request = _request, .name = #_request, } IA64 ioctls were removed in Linux 3.19. Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libsigsegv: rename patches because the first one is goneFabio Porcedda2015-02-234-0/+0
| | | | | | | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libsigsegv: fix patch failure of 0004-Add-stack...Fabio Porcedda2015-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | After removing the patch 0001-Add-stack... in commit 9863553fe8fa16a4d19f652b409a44bb58ef5567 "packages: all salute the passing of avr32" the patch 004-Add-stack... does not apply anymore, so fix it. Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/freerdp: needs wcharFabio Porcedda2015-02-232-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add reverse dependency for Weston. Fix build error: make[3]: Entering directory '/home/tetsuya/buildroot/br/output/build/freerdp-b21ff842ef3de5837513042dc30488b12bd9cf9d' In file included from /home/tetsuya/buildroot/br/output/build/freerdp-b21ff842ef3de5837513042dc30488b12bd9cf9d/winpr/include/winpr/winsock.h:24:0, from /home/tetsuya/buildroot/br/output/build/freerdp-b21ff842ef3de5837513042dc30488b12bd9cf9d/winpr/libwinpr/winsock/winsock.c:24: /home/tetsuya/buildroot/br/output/build/freerdp-b21ff842ef3de5837513042dc30488b12bd9cf9d/winpr/include/winpr/wtypes.h:132:1: error: unknown type name ‘wchar_t’ typedef wchar_t UNICODE; Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * configs: add Raspberry Pi 2 defconfigJames Hebden2015-02-221-0/+15
| | | | | | | | | | | | | | | | Signed-off-by: James Hebden <james@hebden.net.au> [yann.morin.1998@free.fr: fix commit log; further bump] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: "Guillermo A. Amaral" <g@maral.me> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/rpi-firmware: bump versionJames Hebden2015-02-221-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Misc fixes and improvements for: DT; hdmi and EDID; video decoding, latency and cropping; voltage calculations... Also: support for RPi-2. :-) Also remove the workaround previously required when installing DTBs, ad they are now in the same branch as the latest firmware. Signed-off-by: James Hebden <james@hebden.net.au> Signed-off-by: "Guillermo A. Amaral" <g@maral.me> [yann.morin.1998@free.fr: further bump, fix and trim commit log] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/rpi-userland: bump versionYann E. MORIN2015-02-226-182/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | Misc fixes and enhancements for: vsync; building with musl; clocks; memory compaction... Drop musl patches: applied upstream, yeah! :-) Rename remaining patches, refresh on top latest master, and use git-format to re-generate the patches. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * cmake: bump version to 3.1.3Fabio Porcedda2015-02-222-2/+2
| | | | | | | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * imagemagick: bump to version 6.9.0-7Fabio Porcedda2015-02-222-2/+2
| | | | | | | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/freerdp: Always install key and certificateYann E. MORIN2015-02-222-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the keys are only installed if the server is enabled. However, other packages (e.g. weston) may implement an RDP server, using the FreeRDP library. So, we must always install the key and certificate. Install them world-readable so non-root users may start an RDP server without requiring to generate their own keys. Add a comment in the help text about key and certificate management. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/freerdp: fix a commentYann E. MORIN2015-02-221-1/+1
| | | | | | | | | | | | Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * bmon: bump version to 3.6Vicente Olivert Riera2015-02-223-27/+2
| | | | | | | | | | | | | | | | | | - Bump version to 3.6 - Update the hash file - Remove upstreamed patch Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * apache: new packageBernd Kuhls2015-02-225-0/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Thomas: - Don't explicitly pass CC_FOR_BUILD and CFLAGS_FOR_BUILD, those are already part of the default environment passed by the autotools-package infrastructure. - Explicitly disable Lua and LuaJIT support to avoid mis-detection of host installation. - Explicitly handle the optional support of libxml2, OpenSSL and zlib. Especially, the absence of explicit handling for libxml2 was causing a build failure due to the host libxml2 being detected. - Remove /usr/manual and /usr/build from the target. This saves 20+ MB of target space.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * ktap: bump versionDale Ghent2015-02-222-48/+1
| | | | | | | | | | Signed-off-by: Dale Ghent <daleg@omniti.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * weston: add patch to fix uClibc build caused CLOCK_BOOTTIMEThomas Petazzoni2015-02-221-0/+41
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/weston: add support for the RDP compositorYann E. MORIN2015-02-222-0/+24
| | | | | | | | | | | | | | | | | | | | | | Using the RDP compositor, one can run a headless machine to serve remote clients, using the RDP protocol. Add an option to enable the rdp-backend. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/freerdp: install server key and certificateYann E. MORIN2015-02-221-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | This is mandatory for an RDP server to have a key and a certificate, otherwise clients will refuse to connect to that server. We install the key and certificate bundled in FreeRDP. The user can install its own set using a post-build script if needed. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Samuel Martin <s.martin49@gmail.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/freerdp: also install to stagingYann E. MORIN2015-02-221-0/+2
| | | | | | | | | | | | | | | | | | freerdp installs a library that other packages may use, so we must also install it to staging. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/freerdp: add options to enable/disable server and/or clientYann E. MORIN2015-02-223-5/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building the client or the server requires an X.Org stack. Since freerdp can also be used for weston (wayland-based, hence no X.Org stack), we may want to disable the client and server. Conversely, even with an X.Org stack, we may want to enable either or none if we're just interested in the library. Add two options, one to enable the server, the other the client; the client option defaults to 'Y' so that a previous .config can be re-used as-is, and exhibit the same behaviour as before; the server option defaults to 'N' as we were not ever building the server so far. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Samuel Martin <s.martin49@gmail.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/freerdp: move architecture-specific blockYann E. MORIN2015-02-221-16/+16
| | | | | | | | | | | | | | | | | | Move the arch-spcific block up, so it does not interfere with followup patches (mostly to ease review). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/freerdp: do not forcibly depend on X.OrgYann E. MORIN2015-02-223-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is possible to build the libfreerdp standalone, without X.Org. Having a libfreerdp will be usefull for the weston RDP compositor. So, only select the strictly required X.Org library if X.Org is enabled, and only build with Xcursor if it is enabled. Drop dependency on other X.Org libraries, as they are not strictly required (or get pulled as dependencies of the mandatory libXext). Re-order the menuconfig, as freerdp is no longer an X-only application. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/freerdp: avoid development warningYann E. MORIN2015-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FreeRDP still uses old-style variables (about linking interfaces), and that causes a warning, which explicitly states it is targeted at developers: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "freerdp-client" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: [elided list of stuff] LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. So, just get rid of it as instructed in that warning message itself. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/freerdp: conditionally build support for libXrenderYann E. MORIN2015-02-221-0/+7
| | | | | | | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/freerdp: conditionally build support for libXiYann E. MORIN2015-02-221-0/+7
| | | | | | | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/freerdp: conditionally build gstreamer supportYann E. MORIN2015-02-221-0/+7
| | | | | | | | | | | | | | | | Avoid a warning at configure time when gstreamer is missing. Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/freerdp: bump versionYann E. MORIN2015-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Since we bumped to CMake-3.1, the build of FreeRDP is broken: CMake Error at channels/client/CMakeLists.txt:33 (list): list sub-command REMOVE_DUPLICATES requires list to be present. This has been fixed upstream, so just bump the version to get that fix. Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * system: Defaulting TZ_LOCALTIME to UTCAngelo Compagnucci2015-02-211-0/+1
| | | | | | | | | | | | | | | | | | | | This patch sets the default timezone to UTC if not overwritten. Some packages need a configured system timezone for properly operating like mono based software. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/nvidia-driver: build the kernel moduleYann E. MORIN2015-02-212-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add option to build the nvidia.ko module. If CUDA is enabled on x86_64, also build the nvidia-uvm.ko kernel module (for Unified Memory access), which is required by the CUDA user-land library. Substancially inspired by the corresponding Gentoo ebuild: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-340.32.ebuild?revision=1.2&view=markup [Thomas: - add quotes when using $(TARGET_CC) and other variables, since they can have spaces in their values - remove space after opening parenthesis and before closing parenthesis.] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/nvidia-driver: Add gl.pcJérôme Pouiller2015-02-212-0/+12
| | | | | | | | | | | | | | | | In order to compile xserver, libgl provider have to provide gl.pc file. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/nvidia-driver: add NVidia's OpenGL binary blobYann E. MORIN2015-02-214-0/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch only adds the userland part. Unless other such other packages (which we named like: rpi-userland), we do not replicate this naming scheme with this package, as a future patch will also enable building the kernel part of the driver. So, it is better to just name that package with -driver, rather than with -userland and renaming it afterwards. [Thomas: - Rewrap Config.in help text. - Add a comment to explain why mesa3d-headers, xlib_libX11 and xlib_libXext are part of the dependencies. - Fix typo in comment about library installation: s/The/Then/ - Use 'addsuffix' instead of 'patsubst' to calculate the final filename of libraries to install. - Use more temporary variables to make the library installation loop clearer: 'libpath' is the relative path of the library in nvidia-driver sources, 'libname' the base name of the library, 'libsoname' the soname of the library, and 'baseso' the base .so symlink name.] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/mesa3d-headers: also install dri header and .pc fileYann E. MORIN2015-02-211-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | Building GL with Xorg requires the DRI interface. Provide that header and pkg-config file for those binary blobs that do not provide them. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Jérôme Pouiller <jezz@sysmic.org> Cc: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/mesa3d-headers: new packageYann E. MORIN2015-02-215-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some OpenGL/EGL/GLES/VG providers do not provide the corresponding headers, and rely on using "the headers provided by the distribution". In our case, we can not rely on such headers, because we are not a distribution, and we have no way to provide those headers (not even speaking about relying on the headers provided by hte host distribution, because they might well not be installed at all). Also, we can not rely on another package to provide those headers, because we can only have one provider enabled in any configuration. The Khronos group provides such headers, and they are the reference headers, but we can not realy use them: - most of them are not packaged: they are not versioned and not provided in a tarball, but as separately downloadable files; - those headers are anyway incomplete: there are headers not provided by Khronos, like GL.h Instead, we rely on mesa3d to provide those headers: mesa3d has all the headers we need. Modifying the existing mesa3d package would not be easy; we'd have to differentiate whther we need only the headers or the full package. The meas3d Config.in and .mk are already quite non-trivial that adding such a feature would render them even more illegible. So, we introduce mea3d-headers as a new package, that is in fact just mesa3d with a much simplified Config.in and .mk, that other OpenXXX providers may select if they do not provide the OpenXXX headers. Note: we're not installing GLES3 headers, because what Buildroot currently calls libgles is in fact libgles2; we have no way to specify that we have libgles3. So, we just install headers for GLES and GLES2. [Thomas: - Wrap Config.in help text to a reasonable length. - Don't rely on mesa3d to provide mesa3d-headers: they should be mutually exclusive. Instead, error out if both packages are selected. - Take into account the update of mesa3d to 10.4.5. - Don't copy each header file individually, use a cp -dpfr call to copy entires header files directories.] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/python3: change BR2_PACKAGE_PYTHON_PYEXPAT descriptionAngelo Compagnucci2015-02-211-6/+6
| | | | | | | | | | | | | | | | | | | | | | This patch changes BR2_PACKAGE_PYTHON3_PYEXPAT description and help text to underline that all the xml libraries will be included in python. It also reorders alphabetically the affected option. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/python: change BR2_PACKAGE_PYTHON_PYEXPAT descriptionAngelo Compagnucci2015-02-211-6/+6
| | | | | | | | | | | | | | | | | | | | | | This patch changes BR2_PACKAGE_PYTHON_PYEXPAT description and help text to underline that all the xml libraries will be included in python. It also reorders alphabetically the affected option. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/mesa3d: bump to version 10.4.5Bernd Kuhls2015-02-212-3/+3
| | | | | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/fltk: bump to 1.3.3Romain Naour2015-02-212-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | In this release two dependencies on xlib_libXcursor and xlib_libXfixes have been added. See http://www.fltk.org/articles.php?L1392 Also add hash file Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * iodine: new packageGustavo Zacarias2015-02-215-0/+62
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * hans: new packageGustavo Zacarias2015-02-214-0/+37
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * dialog: bump to version 1.2-20150125Gustavo Zacarias2015-02-214-12/+2
| | | | | | | | | | | | | | | | And drop thread requirement, it's really not necessary. For python-dialog that was already inherent in python itself. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/python-mako: New packageBernd Kuhls2015-02-213-0/+27
| | | | | | | | | | | | | | | | | | | | Upcoming mesa3d 10.5.x needs the host-version of this package: http://cgit.freedesktop.org/mesa/mesa/commit/configure.ac?h=10.5&id=2b37bea010a9c9333a813cc77d28629e1382c0be [Thomas: remove dependency on host-pkgconf, apparently not needed.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * mpc: bump to version 1.0.3Gustavo Zacarias2015-02-212-2/+2
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * exfat: add hashGustavo Zacarias2015-02-201-0/+2
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * exfat-utils: bump to version 1.1.1Gustavo Zacarias2015-02-202-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>
| * gnupg2: bump to version 2.0.27Gustavo Zacarias2015-02-202-2/+2
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * kexec: bump to version 2.0.9Gustavo Zacarias2015-02-202-2/+2
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * liblinear: cleanup URL addressJerzy Grzegorek2015-02-201-1/+1
| | | | | | | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud