summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* sam-ba: new package with host variant onlyThomas Petazzoni2012-02-023-0/+31
| | | | | | | | | | | sam-ba is a tool needed to reprogram AT91-based systems using an USB connection or a serial port connection. [Peter: Add upstream URL] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openocd: fix libftdi dependency if _FT2XXX option is selectedPeter Korsgaard2012-02-021-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openocd: add host variantThomas Petazzoni2012-02-023-0/+17
| | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libftdi: add host variantThomas Petazzoni2012-02-021-0/+1
| | | | | | | | [Peter: remove redundant HOST_LIBFTDI_DEPENDENCIES] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libusb-compat: add host variantThomas Petazzoni2012-02-021-0/+1
| | | | | | | | [Peter: remove redundant HOST_*_DEPENDENCIES] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libusb: add host variantThomas Petazzoni2012-02-021-1/+1
| | | | | | | | [Peter: remove redundant HOST_*_DEPENDENCIES] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* uboot-tools: expose host package in menuconfigThomas Petazzoni2012-02-022-0/+8
| | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add basic config infrastructure for host utilitiesThomas Petazzoni2012-02-021-0/+3
| | | | | | | | | | | | | | | | | | Most of the host packages don't have to be exposed to the user as they are only used as build dependencies of target packages. However, some host utilities, such as flashing utilities, image creation programs, specific debuggers, might be useful and should be presented to the user. Therefore, we have a new global menu, which lists those host utilities. These utilities are described in package/*/Config.in.host files, which will be sourced by package/Config.in.host. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python-serial: bump to 2.6Yegor Yefremov2012-02-021-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cairo: Bump version to 1.10.2Will Newton2012-02-023-42/+37
| | | | | | | | Update the DirectFB patch as it no longer applied cleanly. [Peter: drop redundant AUTORECONF = NO line] Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pixman: Bump version to 0.24.2Will Newton2012-02-022-13/+4
| | | | | | [Peter: depend on pkg-config, forcibly disable gtk-based demos] Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* liboauth: Add new packageWill Newton2012-02-023-0/+30
| | | | | | [Peter: swap libcurl test around] Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fis: sort output of fis listH Hartley Sweeten2012-02-021-0/+30
| | | | | | | | This sorts the output of 'fis list' using the flash_base address similar to the output from RedBoot. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fis: make fis list more like RedBoot's outputH Hartley Sweeten2012-02-021-0/+21
| | | | | | | | | The output of 'fis list' does not fit cleanly on an 80 column terminal. This modifies the output to fit and more closely resemble the output from RedBoot. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* binutils: default to 2.21.1 for uClibc 0.9.33 as wellPeter Korsgaard2012-02-021-3/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Migrate Xenomai to the new infrastructureMaxime Ripard2012-02-011-2/+6
| | | | | | | | | | Xenomai used to have commented out devices to be created in the device table that the user had to uncomment. Use the new infrastructure to do just that. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Convert busybox to the device declaration methodMaxime Ripard2012-02-011-0/+5
| | | | | | | | | | | Busybox used to declare and create files even if the package was not enabled through the device table. Remove the entries for busybox in the device table and move them to the package declaration. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add support for package-declared devicesMaxime Ripard2012-02-011-0/+2
| | | | | | | | | | | Add a way for packages to declare files they need instead of relying only on device tables, which creates files no matter if the package is indeed enabled, as we can see for busybox. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdparm: bump to 1.07Yegor Yefremov2012-02-011-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xterm: bump to 278Yegor Yefremov2012-02-012-1/+2
| | | | | | | bump version and add project's URL Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xinput: bump to 1.5.4Yegor Yefremov2012-02-011-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xinit: bump to 1.3.2Yegor Yefremov2012-02-011-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: explicitly set host configure optionsPeter Korsgaard2012-02-011-2/+15
| | | | | | | So the build doesn't fail if any of the dependencies aren't available. Also enable the jpeg loader as that is needed by the libelementary build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: disable sse3 optimizations for host buildsPeter Korsgaard2012-02-011-1/+1
| | | | | | | | | | | | There's not really any advantage to adding it, and it depends on immintrin.h which was added in gcc 4.4, so it breaks with older host compilers. For details, see: http://trac.enlightenment.org/e/ticket/942 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-babeltrace: new packageThomas Petazzoni2012-01-313-0/+38
| | | | | | [Peter: drop redundant HOST_.._DEPENDENCIES setting] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* util-linux: add host variant for host-lttng-babeltraceThomas Petazzoni2012-01-311-0/+14
| | | | | | | | | | lttng-babeltrace needs libuuid, which is provided by util-linux, and since we want to build lttng-babeltrace for the host, we need to build libuuid for the host. It's a shame that libuuid is part of such a big package as util-linux. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* popt: add host variant for host-lttng-babeltraceThomas Petazzoni2012-01-311-0/+1
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-tools: new packageThomas Petazzoni2012-01-313-0/+32
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-libust: new packageThomas Petazzoni2012-01-314-0/+45
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-modules: new packageThomas Petazzoni2012-01-313-0/+34
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* liburcu: new packageThomas Petazzoni2012-01-313-0/+17
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-dsp: bump versionPeter Korsgaard2012-01-311-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* connman: replace dependency on dbus by selectArnout Vandecappelle (Essensium/Mind)2012-01-311-3/+3
| | | | | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* network-manager: replace dependency on dbus by selectArnout Vandecappelle (Essensium/Mind)2012-01-311-3/+3
| | | | | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: qt-dbus: replace dependency on dbus by selectArnout Vandecappelle (Essensium/Mind)2012-01-311-4/+1
| | | | | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* samba: avahi: replace dependency on dbus by selectArnout Vandecappelle (Essensium/Mind)2012-01-311-3/+3
| | | | | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bluez_utils: remove redundant selection of expatArnout Vandecappelle (Essensium/Mind)2012-01-311-1/+0
| | | | | | | expat/libxml2 is selected by dbus. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: make it easier to select an XML library (select rather than depends on)Arnout Vandecappelle (Essensium/Mind)2012-01-311-7/+2
| | | | | | | | | | | | | | | | D-Bus requires an XML library, expat or libxml2. There already is a choice between them in the config menu, but it requires the user to first select one of the libraries, and then select dbus. With this patch, the choice automatically selects the XML library. Note that this removes the automatic choice of libxml2 for dbus if libxml2 had already been selected, i.e. in that case both libxml2 and expat will be selected unless the user takes action. An alternative would be to remove the choice completely, and to take the path of bluez-utils: select BR2_PACKAGE_EXPAT if !BR2_PACKAGE_DBUS_LIBXML2 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python-netifaces: bump to 0.7Yegor Yefremov2012-01-312-55/+1
| | | | | | | cross-compilation changes were applied upstream, so remove the patch Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: libicalYegor Yefremov2012-01-313-0/+24
| | | | | | | [Peter: small Config.in tweaks] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: really fix x86 cpu optimization options handlingPeter Korsgaard2012-01-301-6/+3
| | | | | | Disable all options by default, and only enable the applicable one. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* boost: fix build with ccachePeter Korsgaard2012-01-301-1/+1
| | | | | | | | Drop quotes around TARGET_CXX as the boost buildsystem does handle spaces in the compiler command name, but treats it as a single command (and errors out) if quotes are used and ccache enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.19.3 mdev fixPeter Korsgaard2012-01-301-0/+11
| | | | | | | For details, see http://lists.busybox.net/pipermail/busybox/2012-January/077236.html Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas: forcibly disable cpu optimization options if not applicablePeter Korsgaard2012-01-301-1/+10
| | | | | | | Otherwise the configure script will automatically enable them for potentially compatible targets. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dmalloc: Fix install path for headers and info files.Will Newton2012-01-301-1/+1
| | | | | Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* boost: New package added. Version 1.47Yegor Yefremov2012-01-303-0/+163
| | | | | | | [Peter: Config.in tweaks] Signed-off-by: Allan W. Nielsen <a@awn.dk> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libedbus: Add new packageWill Newton2012-01-293-0/+26
| | | | | | | [Peter: select dbus, add upstream URL, remove unneeded autoreconf] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libelementary: Add new packageWill Newton2012-01-293-0/+31
| | | | | | | [Peter: Add upstream URL, remove examples option/patches] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libethumb: Add new packageWill Newton2012-01-293-0/+28
| | | | | | | [Peter: add ecore-evas dep, upstream URL] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libefreet: Add new packageWill Newton2012-01-293-0/+25
| | | | | | | [Peter: add upstream URL] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>