aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* fuse: fix target installPeter Korsgaard2008-07-171-2/+2
| | | | Also copy libfuse.so symlink so fuse target isn't considered out of date
* freetype: fix target install and clean / dircleanPeter Korsgaard2008-07-171-0/+6
| | | | | | - target install didn't strip library - clean didn't uninstall from staging / target - dirclean target missing
* sqlite: fix target install and cleanPeter Korsgaard2008-07-171-2/+4
| | | | | | - install -D isn't a good idea for symlinks as it replaces them with the target files, leading to 3 copies of libsqlite. - clean was missing include and pkgconfig files
* package: sdl_image packagePeter Korsgaard2008-07-173-0/+224
| | | | Based on patch by artemys. Closes #4194
* zlib: cleanup and fix -clean targetPeter Korsgaard2008-07-171-17/+13
|
* tiff: zlib and jpeg are needed at configure timePeter Korsgaard2008-07-171-2/+3
|
* tiff: cleanup and fix -clean targetPeter Korsgaard2008-07-171-6/+8
|
* sdl_mixer: fix sdl dependencyPeter Korsgaard2008-07-172-2/+2
|
* sdl_ttf: fix sdl dependencyPeter Korsgaard2008-07-172-1/+2
| | | | Patch by artemys - Closes #4164.
* sdl_ttf: needs freetypePeter Korsgaard2008-07-161-0/+4
| | | | | | Update help text while we're at it. Based on patch by artemys. Closes #4154.
* busybox: bump 1.11.x versionPeter Korsgaard2008-07-118-862/+1
|
* package/Makefile.in: cleanup MAKE/MAKE1Peter Korsgaard2008-07-111-7/+2
| | | | The extra stuff doesn't seem to be needed, so lets just get rid of it.
* fuse: re-add missing --program-prefixPeter Korsgaard2008-07-111-0/+1
| | | | --program-prefix got errorously removed in the recent cleanup work.
* Use correct include dir syntax for xcursor-xthemesUlf Samuelsson2008-07-101-2/+2
|
* fuse: bump versionPeter Korsgaard2008-07-102-57/+1
| | | | | | The disable_symvers_22 patch no longer applies, but things seems to work without it. There's no documentation describing what it was supposed to fix, so get rid of it.
* fuse: use BR2_SOURCEFORGE_MIRRORPeter Korsgaard2008-07-101-1/+1
|
* fuse: cleanup patch handlingPeter Korsgaard2008-07-102-1/+1
| | | | | Move patch to package dir like other packages and fixup patch-kernel invocation.
* fuse: remove commented out linesPeter Korsgaard2008-07-101-8/+0
|
* fuse: cleanup configure argsPeter Korsgaard2008-07-101-2/+3
|
* fuse: remove stray $Peter Korsgaard2008-07-101-1/+1
|
* fuse: also remove fusermount from targetPeter Korsgaard2008-07-101-1/+1
|
* fuse: strip binaries/libs in targetPeter Korsgaard2008-07-101-1/+2
|
* fuse: don't build kernel modulePeter Korsgaard2008-07-101-2/+1
| | | | | it's been in the mainline kernel for ages (~3y) and the included stuff doesn't seem to build with modern kernel headers.
* fuse: select BR2_LARGEFILEPeter Korsgaard2008-07-101-0/+1
| | | | fuse needs largefile support
* gperf: depend on stamp file rather than gperf binaryPeter Korsgaard2008-07-101-2/+2
| | | | | There's no make rule to create the gperf binary, only the stamp file so use that instead.
* fuse: use tabs for indentation in kconfigPeter Korsgaard2008-07-101-3/+3
|
* gperf: move under "other development stuff"Peter Korsgaard2008-07-101-1/+1
|
* gperf: don't install to staging dirPeter Korsgaard2008-07-101-1/+1
| | | | It doesn't make much sense to install the cross-gperf to staging dir.
* ifplugd: only run post-install hook when neededPeter Korsgaard2008-07-101-1/+2
|
* gperf: strip target binaryPeter Korsgaard2008-07-101-0/+4
|
* gperf: remove trailing spacesPeter Korsgaard2008-07-091-4/+4
|
* gperf: fix upstream urlPeter Korsgaard2008-07-091-1/+1
|
* Add gperf, perfect hash generatorUlf Samuelsson2008-07-093-0/+30
|
* sqlite: move under database submenuPeter Korsgaard2008-07-084-1/+1
|
* sqlite: strip binary and use $(INSTALL) for installationPeter Korsgaard2008-07-081-2/+3
|
* openssl: re-revert r22644Peter Korsgaard2008-07-081-1/+0
| | | | | The build without CONFIG_UPDATE has now been verified on arm/armeb/avr32, so lets revert this for good.
* Revert patch which breaks AVR32 buildUlf Samuelsson2008-07-081-0/+1
|
* Support ARCH-unknown-linux-gnu, Use target library paths instead of the host ↵Ulf Samuelsson2008-07-081-0/+256
| | | | library paths.
* Don't $(CONFIG_UPDATE) openssl as it doesn't use autotools anywayHamish Moffatt2008-07-081-1/+0
|
* Add glib2.0 specific include/pkconfig paths in 'docker'Ulf Samuelsson2008-07-081-2/+5
|
* Bump midori versionUlf Samuelsson2008-07-072-1/+1
|
* Remove duplicated select LIBPNG and use alphabetical order for selectsUlf Samuelsson2008-07-071-6/+5
|
* Makefile.autotools.in: revert broken r22659Peter Korsgaard2008-07-071-3/+1
| | | | Ulfs r22659 commit broke make source-check/external deps, so reverting it.
* busybox: more 1.11.0 patchesPeter Korsgaard2008-07-062-0/+148
|
* Improve readability of libgtk2 configurationUlf Samuelsson2008-07-061-37/+77
|
* Avoid duplicate downloading, when rebuilding failed package like libgtk2Ulf Samuelsson2008-07-061-1/+3
|
* Fix #3584, when building cairo with DirectFB, depend on DirectFBThiago A. Corrêa2008-07-052-2/+3
|
* Use HOST_GLIB for packagesUlf Samuelsson2008-07-058-11/+11
|
* [0002974] add support for zlib and bzip2 in lighttpd, use alphabetical order ↵Ulf Samuelsson2008-07-053-2/+34
| | | | for lighttpd config
* Use latest config.* from buildroot in curlUlf Samuelsson2008-07-051-1/+3
|