summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2009-05-27busybox: bump 1.14.x versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-27curl: make sure openssl isn't tried when the openssl package isn't enabledPeter Korsgaard
Works around build errors caused by broken Xorg dependencies. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-27python: disable extensions where we don't have the deps in BRPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-27python: fix kconfig dependencies for extension modulesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-27readline: needs ncurses, so select it in kconfigPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-26busybox: fix brown paper bag typo introduced in a7ed91aPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-24strace: fix build for arm eabiPeter Korsgaard
Based on patch from gentoo bug 241168: http://bugs.gentoo.org/241168 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-24libusb: fix host autoconf/automake dependenciesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-19xserver: mark as broken on avr32Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-19mesa: needs C++ supportPeter Korsgaard
mesa (and in turn xorg) needs C++ support. Based on patch by Steffen Schulz <pepe_ml@gmx.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-19mesa: fix build for x86Jim Persson
mesa wants to compile and run gen_matypes at build time, so make sure it gets compiled for the host and not for the target. Closes #323. Signed-off-by: Jim Persson <spambox@nurd.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-19busybox: additional 1.14.0 fixesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-18busybox: 1.14.0 libbb fixPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-16docker: fix pkg-config pathPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-15rsync: fix build with config cacheOlaf Rempel
Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de> Acked-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-14cups: remove version number from patchesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-14cups: fix -fstack-protector configure checkPeter Korsgaard
The configure script failed to detect toolchains without stack protector support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-14cups: add pdftops optionPeter Korsgaard
The pdftops support in cups needs C++ support, whereas the rest doesn't. Add a BR2_PACKAGE_CUPS_PDFTOPS (depending on C++ support) to enable it if needed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-13gamin: only enable python support if enabledSven Neumann
Closes #295. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-13busybox: additional 1.14.0 patchesPeter Korsgaard
The original mdev patch was buggy. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-07dmraid: broken with parallel make (lib + tools race)Peter Korsgaard
Reported by Olaf Rempel. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-06metacity: bump version and convert to Makefile.autotools.in formatPeter Korsgaard
Closes #167. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-04ntfs-3g: convert to Makefile.autotools.inOlaf Rempel
- 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>
2009-05-04Add .gitignore filesangus salkeld
[peter: add /.config] Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-04package: set CXX to false rather than "" if no C++ support is enabledPeter Korsgaard
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>
2009-05-04samba: bump versionSven Neumann
Closes #293. [peter: bump to 3.3.4] Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-04package/: add gob2 for target/host and use for gmpc compilationPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-04busybox: 1.14.0 mdev / des fixesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-03Makefile.autotools.in: fix minimal foo.mk exampleMarkus Heidelberg
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>
2009-04-29vim: regenerate the configure.patchWade Berrier
2009-04-29Improve Qt embedded target_dir install handling and granularity. This saves ↵Thiago A. Corrêa
me 600k on jffs2 compressed fs for avr32.
2009-04-29package/: remove obsolete qte packagePeter Korsgaard
2009-04-29package/multimedia/gstreamer: bump versionPeter Korsgaard
Patch by Sven Neumann <s.neumann@raumfeld.com>, closes #101.
2009-04-29Fix issues in shared-mime-infoThomas Petazzoni
* Properly indent Config.in * Remove unneeded SHARED_MIME_INFO_INSTALL_STAGING_OPT definition Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-04-29Add the shared-mime-info packageThomas Petazzoni
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>
2009-04-29Add libxml2 for the hostThomas Petazzoni
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>
2009-04-28package/openssl: fix uninstallPeter Korsgaard
2009-04-28package/openssl: STRIP_STRIP_ALL should be used for binariesPeter Korsgaard
2009-04-28package/openssl: also strip libraries with _OPENSSL_BIN is enabledPeter Korsgaard
2009-04-28package/openssl: make sure TARGET_CFLAGS are usedPeter Korsgaard
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)
2009-04-27libglib2: bump versionPeter Korsgaard
Patch by Sven Neumann <s.neumann@phase-zero.de>, closes #279.
2009-04-26package: add libsoup packagePeter Korsgaard
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #35.
2009-04-26samba: fix build with ipv6 support is disabledPeter Korsgaard
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #285
2009-04-26busybox: 1.14.0 dhcp fixPeter Korsgaard
2009-04-23package/multimeda: add taglib packagePeter Korsgaard
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #283.
2009-04-23directfb: bump versionPeter Korsgaard
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #281.
2009-04-23Update to 4.5.1Thiago A. Corrêa
2009-04-23dbus-glib: workaround Kconfig issue with selectPeter Korsgaard
Kconfig gets confused about the selects and thinks there's a recursive dependency around expat, so implement an alternative solution instead.
2009-04-23package/qtopia4: fix GPL download URLPeter Korsgaard
Patch by Will Newton <will.newton@gmail.com>
2009-04-23dbus-glib: host compilation needs libglib2 and expatPeter Korsgaard