Commit Graph

13 Commits

Author SHA1 Message Date
Peter Korsgaard
3578ecfc96 version bump 2007-05-03 09:33:24 +00:00
Peter Korsgaard
c755ca1f87 Bumped version 2007-04-20 12:42:41 +00:00
Peter Korsgaard
6305b94060 Bumped version 2007-04-12 11:24:38 +00:00
Peter Korsgaard
5462e361f4 Bumped version 2007-02-22 12:00:15 +00:00
Eric Andersen
99a52f5ff6 Make certain the sqlite libs are actually installed in the target 2007-02-05 19:24:29 +00:00
Peter Korsgaard
bb68c3f4d3 bump version 2007-01-29 15:45:04 +00:00
Peter Korsgaard
f2eca787d9 Bump version 2007-01-18 16:26:43 +00:00
Peter Korsgaard
f3cda2b459 sqlite installs into /usr/bin 2007-01-18 16:23:53 +00:00
Eric Andersen
732d94d25f fixup a whole steaming pile of insanity. When packages are configured,
they should be configured with --prefix=/usr and we then need to use
make DESTDIR=$(STAGING_DIR) install to get things installed into the
staging directory.  The current situation for many packages, which use
--prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled
into the binary itself.

This also adds in a pile of libtool fixups.  Between broken pkgconfig,
broken libtool handling, and broken --prefix settings, its a wonder
things have worked as well as they have up till now.
 -Erik
2007-01-14 03:52:21 +00:00
Bernhard Reutner-Fischer
ec5b83ce2f - add missing package-source targets
- add missing dependencies to build prerequisites in the config system
2007-01-03 13:44:01 +00:00
Bernhard Reutner-Fischer
6342c83201 - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Peter Korsgaard
11713c7535 Don't disable tcl twice 2006-09-27 05:44:10 +00:00
Peter Korsgaard
dfa4f83783 sqlite package, based on gumstix 2006-09-26 16:01:07 +00:00