summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-17lighttpd: fix compilation without largefile supportPeter Korsgaard
lighttpd uses --disable-lfs instead of --disable-largefile. Remove redundant configure args while we're at it.
2008-09-17pcre: fixup paths in pcre-configPeter Korsgaard
2008-09-17oprofile: convert oprofile.mk to use Makefile.autotools.in and bump versionHans-Christian Egtvedt
This patch bumps the version to 0.9.4 and converts the oprofile.mk to use Makefile.autotools.in. Patches against 0.9.3 are removed since they are no longer needed and a new patch for 0.9.4 is added. Building for all architectures should now also be possible. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> Signed-off-by: Fathi Boudra <fboudra@gmail.com>
2008-09-16findutils: use install-strip for target installPeter Korsgaard
2008-09-16Makefile: support relative paths for out of tree buildsPeter Korsgaard
And complain if the output directory cannot be created.
2008-09-16target/generic: add uartlite ttyULx devices to securettyPeter Korsgaard
2008-09-16Fix iptables compile error by updating to Makefile.autotools.in and bumping ↵Thiago A. Corrêa
version to 1.4.1
2008-09-14fontconfig: use install-strip for target installPeter Korsgaard
2008-09-14Makefile.autotools.in: fix DESTDIR= help textPeter Korsgaard
DESTDIR per default points to TARGET_DIR / STAGING_DIR without /usr appended.
2008-09-14Makefile.autotools.in: fix FOO_UNINSTALL_TARGET_OPT help textPeter Korsgaard
It defaults to TARGET_DIR, not STAGING_DIR.
2008-09-11Applied patch from Brian Foster <brian.foster@innova-card.com>:Hamish Moffatt
make "make clean" remove the .root stamp, so that everything will be reinstalled properly on a subsequent build. (bug id 4304) Also remove new autotools-stamps directory.
2008-09-11Move project-specific stamp files into a project-specific directoryHamish Moffatt
$(PROJECT_BUILD_DIR)/autotools-stamps. Without this, autotools-using packages won't be installed into any other projects than the first.
2008-09-11Export site package directory location for use by other packagesHamish Moffatt
2008-09-10Applied patch from Michel Wilson to allow the cursor in the X root window toHamish Moffatt
be disabled. Unfortunately this is a compile-time option.
2008-09-09busybox: 1.11.2 patchPeter Korsgaard
2008-09-09busybox: remove stale busybox 1.11.1 patchesPeter Korsgaard
Hamish, don't forget to remove those when you bump the version
2008-09-09Support building without WCHAR supportHamish Moffatt
2008-09-08Keep /usr/bin/python2.4 and make /usr/bin/python a link to itHamish Moffatt
2008-09-07module-init-tools: check correct symbol for cross-depmodPeter Korsgaard
Reported by Markus Heidelberg
2008-09-07fakeroot: bump versionPeter Korsgaard
2008-09-07libid3tag: don't depend on libmadPeter Korsgaard
libid3tag doesn't use libmad.
2008-09-07jffs2: cleanupPeter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de> * remove needless help in invisible config options * correct wrong indenting * remove unused BR2 variables for default pagesize and devfile
2008-09-07mysql_client: fix pathsPeter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-07xapp_xman: fix pathsPeter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-07concierge: fix pathsPeter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-06speex: fix paths (broken by r23330)Peter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-06mpg123: fix paths (broken by r23330)Peter Korsgaard
2008-09-06madplay: fix paths (broken by r23330)Peter Korsgaard
2008-09-06libsndfile: fix paths (broken by r23330)Peter Korsgaard
2008-09-06libmad: fix paths (broken by r23330)Peter Korsgaard
2008-09-06libid3tag: fix paths (broken by r23330)Peter Korsgaard
2008-09-06festival: fix path in AUTOTARGETS (broken by r23330)Peter Korsgaard
2008-09-06asterisk: fix paths (broken by r23330)Peter Korsgaard
2008-09-06alsa-utils: fix paths (broken by r23330)Peter Korsgaard
2008-09-06alsa-lib: fix paths (broken by r23330)Peter Korsgaard
2008-09-06festival: fix more paths (broken by r23330)Peter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-06festival: fix paths (broken by r23330)Peter Korsgaard
Patch by Michel Wilson <michel@crondor.net>
2008-09-05audio: Move all audio packages into audio subdirDaniel Laird
Moved all audio packages into a subdir called audio. I then created a Config.in and made sure that a audio.mk existed. Daniel Laird
2008-09-05sqlite: bump versionPeter Korsgaard
2008-09-05Version bump to 2.3.7Hamish Moffatt
This package should be converted to use Makefile.autotools.in by someone who uses it..
2008-09-04New package for dnet, a wrapper library for getting access to kernel network ↵Hamish Moffatt
information and an optional Python module for the same.
2008-09-04Override the uninstall target rather than the clean targetHamish Moffatt
Also, don't actually create the .stamp_uninstalled but remove the .stamp_installed file instead (ala the overridden target).
2008-09-04Make the autotools xyz-clean target call xyz-uninstall first, rather than ↵Hamish Moffatt
duplicating its actions
2008-09-04Applied change from Ben Nizette and Hans-Christian Egtvedt toHamish Moffatt
correctly detect version of gcc on recent distros. Supplied patch was against git and didn't apply cleanly to svn, so applied by hand.
2008-09-04Remove lzo patches which aren't required with latest liblzo package updatesHamish Moffatt
2008-09-04Added eeprog package from gustavozHamish Moffatt
2008-09-04Fix duplicate $(AUTORECONF) run in autoreconf and configure targetsHamish Moffatt
2008-09-04In the uninstall and clean targets, remove the built/installed stamp filesHamish Moffatt
so that those actions will do something if executed again.
2008-09-03games: add games.mk so make will descent down package/games/*/*.mkPeter Korsgaard
2008-09-03Bump versionThiago A. Corrêa