summaryrefslogtreecommitdiffstats
path: root/package/liboil
Commit message (Collapse)AuthorAgeFilesLines
* liboil: remove deprecatedGustavo Zacarias2011-11-095-137/+0
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: mark liboil + swfdec as deprecatedPeter Korsgaard2011-08-041-0/+1
| | | | | | | They are dead upstream, and will be removed during 2011.11 cycle unless someone speaks up. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'for-2010.11/remove-deprecated-arch' of ↵Peter Korsgaard2010-09-301-3/+0
|\ | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * Remove code specific to removed architecturesThomas Petazzoni2010-08-311-3/+0
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | liboil: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-5/+6
|/ | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* get rid of broken nios2 supportPeter Korsgaard2010-03-301-3/+0
| | | | | | | Has been marked as broken for more than 1 year, with no indication that anyone cares, and it needs a bunch of special handling. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* liboil: fix build on arm with softfloatJulien Boibessot2010-02-091-0/+39
| | | | | | | This patch, gotten from liboil git (recent commit), fixes the problem. Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* liboil: don't build examplesPeter Korsgaard2009-03-191-0/+34
| | | | Add patch missing from r25053.
* liboil: don't build examplesPeter Korsgaard2009-01-262-9/+0
|
* Add explanation why examples are disabled for liboilUlf Samuelsson2009-01-251-0/+4
|
* liboil make fails on ARM with release toolset for a few unneeded examples ↵Ulf Samuelsson2009-01-251-0/+7
| | | | due to use of hidden __clz_tab, do not build them for now, but problem may need further examination
* The liboil Makefile will use "-mcpu=vfp" when building for ARM.Ulf Samuelsson2009-01-182-2/+22
| | | | | | | | | | | | | | | The VFP is only available for a few ARM CPUs at the moment, so this breaks the liboil build. A patch is available upstream which only enables "-mfpu=vfp" if "--enable-vfp" is given to "configure". Autotools needs to be run for liboil for this to take effect. A new configuration BR2_VFP_FLOAT is added to allow enabling vfp. If this is "yes", then "-mfpu=vfp" is added to CFLAGS.
* buildroot: get rid of s390 supportPeter Korsgaard2009-01-121-3/+0
| | | | | As discussed on the list. It isn't supported by uclibc, so I strongly doubt anyone has been using it.
* Liboil is a library of simple functions that are optimized for variousThomas Petazzoni2008-12-032-0/+49
CPUs. It is required by various GStreamer plugins. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Modifications by Thomas Petazzoni: - Remove the glib2 dependency, which is only necessary to build a few examples. If glib2 is enabled in the configuration, then we still depend on it in order to build the examples, but that's just pedantic, not so useful. - Remove the oil-bugreport program installed to the target by install-strip. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>