| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- bump version to 2009.03.8
- internal fuse support, no longer depends on libfuse/pkgconfig
- fix WCHAR dependency
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
|
| |
[peter: add /.config]
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
|
|
|
|
| |
Some configure scripts seems to ignore CXX settings if it is set to
the empty string, and goes back to the default (<arch>-linux-g++),
so use false instead, as that will loudly break the build if the
C++ compiler is ever used.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
|
|
|
| |
Closes #293.
[peter: bump to 3.3.4]
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
| |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
| |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
|
|
|
|
| |
The directory argument was introduced to support packages in
subdirectories of package/ several months ago.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
| |
|
|
|
|
| |
me 600k on jffs2 compressed fs for avr32.
|
| |
|
|
|
|
| |
Patch by Sven Neumann <s.neumann@raumfeld.com>, closes #101.
|
|
|
|
|
|
|
|
| |
* Properly indent Config.in
* Remove unneeded SHARED_MIME_INFO_INSTALL_STAGING_OPT definition
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The shared-mime-info package contains the core database of common
types and the update-mime-database command used to extend it.
The only thing that is actually needed in the target is the file
mime.cache. In order to generate that file, shared-mime-info is
installed into the staging-dir. The idea is that other packages might
add more mime-info files and these should be collected in
staging-dir. From there the mime.cache file is created using tools
installed in host-dir and copied to target.
From Sven Neumann <s.neumann@raumfeld.com>
Modifications by Thomas Petazzoni :
* Add a patch to the main Makefile.am so that the $(XMLLINT) variable
is used instead of hardcoding xmllint
* Apply the patch in the host build of shared-mime-info
* In the target build, pass an XMLLINT environment variable so that
the xmllint binary isn't searched in $(STAGING_DIR) but in
$(HOST_DIR)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some other packages, such as shared-mime-info, might need libxml2 and
related tools (xmllint, etc.) to be available on the host. This patch
modifies tthe libxml2 Makefile to compile libxml2 for the host, in
$(HOST_DIR).
Patch from Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
And remove the unnedded c_rehash binary while we're at it.
Patch by Gustavo Zacarias <gustavo@zacarias.com.br>, closes #307.
Saves ~250k on PPC with default config (E.G. -Os)
|
|
|
|
| |
Patch by Sven Neumann <s.neumann@phase-zero.de>, closes #279.
|
|
|
|
| |
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #35.
|
|
|
|
| |
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #285
|
| |
|
|
|
|
| |
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #283.
|
|
|
|
| |
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #281.
|
| |
|
|
|
|
|
| |
Kconfig gets confused about the selects and thinks there's a recursive
dependency around expat, so implement an alternative solution instead.
|
|
|
|
| |
Patch by Will Newton <will.newton@gmail.com>
|
| |
|
|
|
|
|
| |
Even though dbus can use libxml2 for XML support, dbus-glib cannot -
So make sure expat is available.
|
|
|
|
| |
/tmp/dbus will end up being a recursive symlink to itself on the build host.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
As reported by Sven Neumann on the list.
|
|
|
|
| |
Closes #277.
|
|
|
|
| |
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #275.
|
| |
|
| |
|
| |
|
|
|
|
| |
As noted by Hamish Moffatt on the list.
|
| |
|
|
|
|
|
|
|
|
| |
Patch by Olaf Rempel <razzor@kopf-tisch.de>, closes #245.
lzop is a file compressor which is very similar to gzip.
lzop uses the LZO data compression library for compression services.
http://www.lzop.org/
|
|
|
|
|
| |
Fixes database corruption with rollback
http://www.sqlite.org/releaselog/3_6_12.html
|
| |
|
|
|
|
| |
Patch by Michael Roth <mroth@nessie.de>.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #217
Fixes multiple security flaws - See
http://www.openssl.org/news/secadv_20090325.txt for details.
|
| |
|