summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* manual generation: update helpThomas De Schampheleire2013-09-201-1/+1
| | | | | | | | | | The 'make help' lines for generating the manual did not consider ePub correctly. Instead of providing a limitative list for 'make manual', the text is changed into 'all formats'. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* manual generation: change capitalization of messagesThomas De Schampheleire2013-09-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | When generating the manual, you see following messages: >>> Generating HTML manual... >>> Generating Split HTML manual... >>> Generating PDF manual... >>> Generating Text manual... >>> Generating EPUB manual... and with this patch the capitalization is changed so that it becomes: >>> Generating HTML manual... >>> Generating split HTML manual... >>> Generating PDF manual... >>> Generating text manual... >>> Generating ePUB manual... Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* luaposix: remove IPv6 constraintFrancois Perrad2013-09-202-3/+55
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* feh: bump to 2.9.3Yegor Yefremov2013-09-201-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python-pyzmq: use http instead of https to retrieve tarballPeter Korsgaard2013-09-201-1/+1
| | | | | | | Older wget versions have issues with the ssl certificate, so use http instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bc: needs host-flexGustavo Zacarias2013-09-201-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/49d/49d78f0528c6ecc2adfcfa17f4b09ec225c594be/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: Fix the generation of localestbultel2013-09-201-1/+1
| | | | | | | | | | The -s option is only mandatory for the charmap, else the filename is always empty and nothing is generated. Signed-off-by: Thierry Bultel <thierry.bultel@wanadoo.fr> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libdrm: bump and add experimental ARM framebuffer supportSpenser Gilliland2013-09-204-21/+102
| | | | | | | [Peter: adjust intel/ati drivers to match] Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gcc: deprecate objective C and fortran supportPeter Korsgaard2013-09-191-0/+2
| | | | | | | As discussed on the list. They have been broken for a long time, and are not commonly used in embedded systems. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* automake: bump to version 1.12.6Gustavo Zacarias2013-09-191-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: install translationsVivien Didelot2013-09-191-0/+9
| | | | | | | | | | | | | The Qt translation files are currently created and moved under $(STAGING_DIR)/usr/translations but not installed on the target. This patch defines the translations directory to /usr/share/qt/translations and defines a QT_INSTALL_TARGET_TRANSLATIONS macro to deploy them from the staging directory to the target directory. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* luaposix: add ncurses dependencyFrancois Perrad2013-09-191-0/+4
| | | | | | | luaposix includes a curses binding which is optional and auto-detected by autotools. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* luaposix: fix runtime dependencyFrancois Perrad2013-09-191-0/+2
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* luaposix: bump to version 31Gustavo Zacarias2013-09-193-19/+7
| | | | | | | | | | | Releases are no longer named 5.1.X, just the X portion remains now. Fixes autoreconf issues with the automake bump, however since the patch is no longer required that's not an issue now. [Peter: now needs IPv6] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neardal: add fix for automake bump breakageGustavo Zacarias2013-09-191-0/+35
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mutt: fix automake breakageGustavo Zacarias2013-09-192-0/+16
| | | | | | | Fix breakage due to automake 1.12.6 bump. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux-pam: bump to version 1.1.7Gustavo Zacarias2013-09-199-38/+18
| | | | | | | | And fix build breakage with newer automake versions (mkdir_p deprecation). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libcdaudio: disable autoreconfGustavo Zacarias2013-09-191-3/+0
| | | | | | | | | There's no stated purpose and it breaks with automake 1.12+ If it breaks in some scenario ping me, i've got a patch to fix the autoreconf issue and re-enable it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bc: new packageMatt Weber2013-09-193-0/+32
| | | | | Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iputils: new packageMatt Weber2013-09-193-0/+62
| | | | | | [Peter: fix _LICENSE_FILES] Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tslib: fix help text (white space / order)Peter Korsgaard2013-09-191-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tslib: bump version to 1.1Yegor Yefremov2013-09-191-1/+1
| | | | | | [Peter: use 1.1 tag] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: Add upstream patch to fix qt5base buildFatih Aşıcı2013-09-191-0/+28
| | | | | | | Fixes http://autobuild.buildroot.net/results/8c7eaf99e365ecff28c097475b235dbe8d614294/ Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* uclibc: Add UCLIBC_MMU_CONFIG to UCLIBC_SETUP_DOT_CONFIGAxel Lin2013-09-191-0/+1
| | | | | | | | | | commit c798bec25 "uclibc: set MMU usage accordingly" defines UCLIBC_MMU_CONFIG, but forgot adding it to UCLIBC_SETUP_DOT_CONFIG. Fix it. Signed-off-by: Axel Lin <axel.lin@ingics.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* board: add cubieboard2 supportCarlos Quijano2013-09-195-8/+805
| | | | | | Signed-off-by: Carlos Quijano <carlos@crqgestion.es> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gpu-viv-bin-mx6q: select libXdamage and libXext when xorg enabledFatih Aşıcı2013-09-192-0/+3
| | | | | | Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gpu-viv-bin-mx6q: add pkgconfig files for EGL, OpenGLESv2 and OpenVGFatih Aşıcı2013-09-194-0/+39
| | | | | | Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* webrtc-audio-processing: needs threadsGustavo Zacarias2013-09-191-2/+3
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/543/5435304b12fa1344411821b749cb028485431a82/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt5base: set eglfs platform hook for imx6Fatih Aşıcı2013-09-191-0/+4
| | | | | | Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python-crc16: new packageMichael Rommel2013-09-183-0/+47
| | | | | | | | A python library that calculates CRC checksums of the CCITT/XModem variant. Signed-off-by: Michael Rommel <rommel@layer-7.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pciutils: fixup library permissionsGustavo Zacarias2013-09-181-0/+8
| | | | | | | | libpci.so* is installed without +x permissions thus preventing stripping. Fix it up in the post install target hooks. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libiconv: fixup library permissionsGustavo Zacarias2013-09-181-0/+8
| | | | | | | | libiconv.so* and libcharset.so* are installed without +x permissions thus preventing stripping. Fix it up in the post install target hooks. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gettext: fixup library permissionsGustavo Zacarias2013-09-181-0/+7
| | | | | | | | libintl.so* is installed without +x permissions thus preventing stripping. Fix it up in the post install target hooks. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mplayer: security bump to version 1.1.1Gustavo Zacarias2013-09-181-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ola: needs host-bison and host-flexGustavo Zacarias2013-09-181-1/+1
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/385/385f05b5e1b023b6c4ca220aab897e400b5aeccb/ and a future failure (host-bison). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* knock: needs mmuMichael Rommel2013-09-181-0/+1
| | | | | Signed-off-by: Michael Rommel <rommel@layer-7.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* trivial: manual: multimedia is no longer a subdirectoryThomas De Schampheleire2013-09-181-1/+1
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* trivial: manual: fix grammar of 'to express'Thomas De Schampheleire2013-09-181-2/+2
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* aiccu: needs mmuGustavo Zacarias2013-09-181-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/549/549bc89aeaa0ebf9162fc5853cb637f4f70d0b51/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt5webkit: install qml's only if declarative module is selectedFatih Aşıcı2013-09-181-1/+11
| | | | | | | Fixes http://autobuild.buildroot.net/results/a9bbba68f22076ea2c86ee09ebe8a0a5e86b3b54/ Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt5webkit: select libXrender if xcb is enabledFatih Aşıcı2013-09-182-0/+6
| | | | | | [Peter: also add libXext] Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python-pyzmq: new packageMichael Rommel2013-09-184-0/+105
| | | | | | | | The python language bindings for ZeroMQ. [Peter: moved version note to .mk, single toolchain deps line] Signed-off-by: Michael Rommel <rommel@layer-7.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain-external: Update Sourcery CodeBench MIPS toolchainMarkos Chandras2013-09-171-1/+1
| | | | | | | | | | | Update to the latest update for the 2013.05 toolchain released on 11 September 2013. https://sourcery.mentor.com/GNUToolchain/release2554 Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* luacrypto: refactor with autotoolsFrancois Perrad2013-09-173-4/+33
| | | | | | | some CMake stuff comes from LuaDist, but CMake is not the primary build infrastructure of LuaCrypto. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* apply-patches.sh: avoid reversed/already applied patchesGustavo Zacarias2013-09-171-1/+1
| | | | | | | | | | Disable reversed/already applied patches fallout from commit 5871b791995ebe295db7dca608afe3f293ce8953 Reverse patches are bad, they may unfix things with version bumps and just sneak under the radar with pure batch mode. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ltrace: bump to version 0.7.3Gustavo Zacarias2013-09-174-32/+4
| | | | | | | Now with proper mips support! Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* aiccu: needs threadsGustavo Zacarias2013-09-171-2/+3
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/f6e/f6e1da89b3a0418a50cbfa39fc9373dad3fc968c/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* olsr: bump to version 0.6.6Gustavo Zacarias2013-09-171-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iproute2: bump to version 3.11.0Gustavo Zacarias2013-09-171-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ethtool: bump to version 3.11Gustavo Zacarias2013-09-171-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud