summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* dmraid: broken with parallel make (lib + tools race)Peter Korsgaard2009-05-071-0/+2
| | | | | | Reported by Olaf Rempel. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* metacity: bump version and convert to Makefile.autotools.in formatPeter Korsgaard2009-05-062-149/+31
| | | | | | Closes #167. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ntfs-3g: convert to Makefile.autotools.inOlaf Rempel2009-05-042-78/+28
| | | | | | | | - 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>
* Add .gitignore filesangus salkeld2009-05-041-0/+6
| | | | | | [peter: add /.config] Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: set CXX to false rather than "" if no C++ support is enabledPeter Korsgaard2009-05-041-1/+1
| | | | | | | | | 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>
* samba: bump versionSven Neumann2009-05-045-43/+26
| | | | | | | | Closes #293. [peter: bump to 3.3.4] Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/: add gob2 for target/host and use for gmpc compilationPeter Korsgaard2009-05-045-9/+110
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.14.0 mdev / des fixesPeter Korsgaard2009-05-042-0/+38
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile.autotools.in: fix minimal foo.mk exampleMarkus Heidelberg2009-05-031-1/+1
| | | | | | | | 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>
* vim: regenerate the configure.patchWade Berrier2009-04-291-832/+861
|
* Improve Qt embedded target_dir install handling and granularity. This saves ↵Thiago A. Corrêa2009-04-292-28/+152
| | | | me 600k on jffs2 compressed fs for avr32.
* package/: remove obsolete qte packagePeter Korsgaard2009-04-294-562/+0
|
* package/multimedia/gstreamer: bump versionPeter Korsgaard2009-04-296-78/+8
| | | | Patch by Sven Neumann <s.neumann@raumfeld.com>, closes #101.
* Fix issues in shared-mime-infoThomas Petazzoni2009-04-292-6/+5
| | | | | | | | * Properly indent Config.in * Remove unneeded SHARED_MIME_INFO_INSTALL_STAGING_OPT definition Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Add the shared-mime-info packageThomas Petazzoni2009-04-294-0/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Add libxml2 for the hostThomas Petazzoni2009-04-291-0/+46
| | | | | | | | | | | | 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>
* package/openssl: fix uninstallPeter Korsgaard2009-04-281-0/+8
|
* package/openssl: STRIP_STRIP_ALL should be used for binariesPeter Korsgaard2009-04-281-1/+1
|
* package/openssl: also strip libraries with _OPENSSL_BIN is enabledPeter Korsgaard2009-04-281-3/+3
|
* package/openssl: make sure TARGET_CFLAGS are usedPeter Korsgaard2009-04-281-1/+3
| | | | | | | | 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)
* libglib2: bump versionPeter Korsgaard2009-04-271-2/+2
| | | | Patch by Sven Neumann <s.neumann@phase-zero.de>, closes #279.
* package: add libsoup packagePeter Korsgaard2009-04-263-0/+41
| | | | Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #35.
* samba: fix build with ipv6 support is disabledPeter Korsgaard2009-04-261-0/+1
| | | | Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #285
* busybox: 1.14.0 dhcp fixPeter Korsgaard2009-04-261-0/+12
|
* package/multimeda: add taglib packagePeter Korsgaard2009-04-233-0/+41
| | | | Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #283.
* directfb: bump versionPeter Korsgaard2009-04-232-1/+1
| | | | Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #281.
* Update to 4.5.1Thiago A. Corrêa2009-04-231-2/+3
|
* dbus-glib: workaround Kconfig issue with selectPeter Korsgaard2009-04-231-1/+4
| | | | | Kconfig gets confused about the selects and thinks there's a recursive dependency around expat, so implement an alternative solution instead.
* package/qtopia4: fix GPL download URLPeter Korsgaard2009-04-231-1/+1
| | | | Patch by Will Newton <will.newton@gmail.com>
* dbus-glib: host compilation needs libglib2 and expatPeter Korsgaard2009-04-231-1/+1
|
* dbus-glib: needs expatPeter Korsgaard2009-04-232-1/+2
| | | | | Even though dbus can use libxml2 for XML support, dbus-glib cannot - So make sure expat is available.
* dbus: fix rebuild if /var/lib is a symlink to /tmp for targetPeter Korsgaard2009-04-211-0/+5
| | | | /tmp/dbus will end up being a recursive symlink to itself on the build host.
* Workaround problem with configure for x86 crosscompile to x86 under linux.Thiago A. Corrêa2009-04-201-0/+17
|
* busybox: 1.14.0 fixesPeter Korsgaard2009-04-184-28/+38
|
* cups: add -source targetPeter Korsgaard2009-04-181-0/+2
|
* busybox: 1.14.0 fix for move_to_unaligned32 / dnsd.c on !x86Peter Korsgaard2009-04-171-0/+28
|
* pkg-config: fix target packagePeter Korsgaard2009-04-174-3/+3
| | | | As reported by Sven Neumann on the list.
* sqlite: bump versionPeter Korsgaard2009-04-171-1/+1
| | | | Closes #277.
* bind: bump version (security issue with DNSSEC DLV)Peter Korsgaard2009-04-153-1/+1
| | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #275.
* busybox: remove ancient versionsPeter Korsgaard2009-04-155-1442/+0
|
* busybox: add 1.14.xPeter Korsgaard2009-04-152-4/+10
|
* busybox: bump 1.13.x versionPeter Korsgaard2009-04-156-726/+1
|
* openssl: git rid of version number in patchesPeter Korsgaard2009-04-144-0/+0
| | | | As noted by Hamish Moffatt on the list.
* Qtopia4: -xmlpatterns requires -exceptions .Thiago A. Corrêa2009-04-131-1/+1
|
* lzop: new packagePeter Korsgaard2009-04-093-0/+21
| | | | | | | | 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/
* sqlite: bump versionPeter Korsgaard2009-04-091-1/+1
| | | | | Fixes database corruption with rollback http://www.sqlite.org/releaselog/3_6_12.html
* jffs2root: build host version of lzo and use for host mkfs.jffs2Peter Korsgaard2009-04-082-7/+49
|
* lua: bump versionPeter Korsgaard2009-04-081-1/+1
| | | | Patch by Michael Roth <mroth@nessie.de>.
* liberation: cleanup and really fix continous rebuildPeter Korsgaard2009-04-071-5/+6
|
* rsync: bump versionPeter Korsgaard2009-04-071-1/+1
|