summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix comment about autoconf configuration/compilation/installation forThomas Petazzoni2008-12-031-1/+1
| | | | | the target (and not the host).
* Liboil is a library of simple functions that are optimized for variousThomas Petazzoni2008-12-033-0/+50
| | | | | | | | | | | | | | | | | | | CPUs. It is required by various GStreamer plugins. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Modifications by Thomas Petazzoni: - Remove the glib2 dependency, which is only necessary to build a few examples. If glib2 is enabled in the configuration, then we still depend on it in order to build the examples, but that's just pedantic, not so useful. - Remove the oil-bugreport program installed to the target by install-strip. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* samba: bump version to 3.0.33Hans-Christian Egtvedt2008-12-021-1/+1
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* haserl: fix shared cache interaction issuePeter Korsgaard2008-12-011-0/+2
| | | | | | | | | | The ac_cv_path_install override is needed to strip the target binary for haserl 0.8.0, but it doesn't interact nicely with the shared cache, so disable the cache for now. Longer term we should probably forget about install-strip and do the strip/cleanup/mklibs stuff as a post processing step before the target filesystem rules are run.
* strace: fix lower case no to NO when setting STRACE_AUTORECONFHans-Christian Egtvedt2008-12-011-1/+1
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* mplayer: use $(if ...) to add dependencies to mplayerHans-Christian Egtvedt2008-12-011-7/+1
| | | | | | | | This patch will add needed libraries with $(if ...) syntax. This should ease readability and make it easy for others to spot where the depencies are added. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* mplayer: remove not needed $(strip ...) calls in MakefileHans-Christian Egtvedt2008-12-011-2/+2
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* qtopia4: remove explisit include and library directories from configure callHans-Christian Egtvedt2008-12-011-2/+0
| | | | | | | | | This patch removes -I and -L from ./configure since it breaks cross-compiling. The inclusion of -I and -L will confuse the host compiler when compiling the host tools. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* mplayer: make sure alsa-lib is installed before mplayerHans-Christian Egtvedt2008-12-011-0/+4
| | | | | | | | This patch adds alsa-lib to a dependency for mplayer if it is selected in kconfig. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* mplayer: add dependency libraries to a variableHans-Christian Egtvedt2008-12-011-1/+3
| | | | | | | | | This patch will put dependency libraries in a variable and add this to the dependencies to build mplayer. This is done to ease adding new libraries in the future. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* mplayer: disable ivtv video outputHans-Christian Egtvedt2008-12-011-0/+1
| | | | | | | | This patch disabled ivtv video output, since it does not compile with Linux kernel 2.6.27 headers. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* fakeroot: use 1.9.5 from snapshot.debian.netPeter Korsgaard2008-12-011-2/+2
|
* dnsmasq: bump versionPeter Korsgaard2008-12-011-1/+1
|
* i2c-tools: bump versionPeter Korsgaard2008-12-011-1/+1
|
* busybox: bump 1.12.x / 1.13.x versionsPeter Korsgaard2008-11-2910-541/+2
|
* Adding Central config.cache optionsDaniel Laird2008-11-287-11/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following changes allow for use of a central configure cache file. This speeds up configuration of packages. Its use is configurable at the top level (BR2_CONFIG_CACHE - default n). Old style makefiles can use it if they use the following MACRO in makefiles: $(AUTO_CONFIGURE_TARGET) see my change to directfb.mk. New style Autotools.in will use it if you set the global option. However you can enable the global option and on a per package overrule it by doing the following: $(PKGNAME)_USE_CONFIG_CACHE = NO see fontconfig.mk for an example of this. Finally I have removed a few config variable settings which indicated no CXX compiler as this is wrong and breaks the build when using this central cache. Config.in | 8 ++++++++ package/Makefile.autotools.in | 5 ++++- package/Makefile.in | 28 +++++++++++++++++++++++++++- package/atk/atk.mk | 2 +- package/directfb/directfb.mk | 7 +------ package/fontconfig/fontconfig.mk | 3 +++ package/libglib2/libglib2.mk | 2 +- package/libgtk2/libgtk2.mk | 1 - 8 files changed, 45 insertions(+), 11 deletions(-) I would appreciate feedback on this change (I have been testing for 2-3 weeks) But I can never test all cases! If you enable the BR2_CONFIG_CACHE option some Makefile.autotools.in based packages may now break - I cannot build them all. In this case you may need to remove config options that are being hardcoded all over the place (like gtk saying we have 2 CXX compiler) or disable the use of CONFIG CACHE file like I have done in fontconfig. I can build all packages required to get WebKit on DirectFB up and running and it runs fine. I will try to resolve any issues this creates as fast as I can. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* busybox: updated 1.13.0 ash fixPeter Korsgaard2008-11-281-1/+186
|
* busybox: updated 1.13.0 ash fixPeter Korsgaard2008-11-221-5/+6
|
* lockfile-progs: remove unneeded $(strip)Peter Korsgaard2008-11-221-1/+1
|
* Revert r24000: "Fix external toolchain build"Peter Korsgaard2008-11-211-10/+4
| | | | | This breaks builds with internal toolchain, so let's revert this until we find a proper solution.
* busybox: fixup id applet on 1.13.0 for old uclibc versionsPeter Korsgaard2008-11-212-1/+9
| | | | | | | | The id applet in 1.13.0 only compiles with uclibc < 0.9.30 if the busybox internal passwd/grp functions are used. Therefore, automatically enable CONFIG_USE_BB_PWD_GRP if that situation is detected and warn the user.
* busybox: 1.13.0 ash fixPeter Korsgaard2008-11-211-0/+89
|
* busybox: 1.13.0 klogd fixPeter Korsgaard2008-11-201-0/+29
|
* sdl_ttf: provide path to freetype includesPeter Korsgaard2008-11-191-1/+1
| | | | closes #6374.
* lockfile-progs: fix patch-kernel invocationPeter Korsgaard2008-11-191-1/+1
| | | | | | Patch by Roberto A. Foglietta. Closes #6364
* busybox: updated 1.13.0 id patch (only error out if needed)Peter Korsgaard2008-11-171-2/+4
|
* busybox: 1.13.0 id patch (check)Peter Korsgaard2008-11-161-0/+15
|
* mplayer, vlc: move into multimedia categoryPeter Korsgaard2008-11-158-6/+4
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* package/audio: rename audio category to multimediaPeter Korsgaard2008-11-1548-38/+38
| | | | | | | | Prepare for the merge of audio and video packages. Many packages cannot properly be assigned to either audio or video, because they have support for both (libogg, mplayer, vlc). Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* busybox: disable id applet for 1.13.xPeter Korsgaard2008-11-153-1/+971
| | | | | busybox 1.13.0 id applet doesn't compile with uclibc 0.9.29 / 0.9.28, so disable it for now.
* ntp.sysvinit: fix 'restart' (don't exit on failed commands with set -e)Wade Berrier2008-11-141-6/+3
|
* lzo: add $(DISABLE_LARGEFILE) to configure optionsPeter Korsgaard2008-11-141-1/+1
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* libogg: convert to Makefile.autotools.inPeter Korsgaard2008-11-141-68/+8
| | | | | | | Also remove --enable-shared and --enable-static as it's default and --disable-oggtest and $(DISABLE_NLS) as they are not supported. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* package: Kconfig: use menu instead of menuconfig for sub menusPeter Korsgaard2008-11-146-100/+24
| | | | | As discussed on the list - These things should normally not be (un)selectable.
* Fix build. Use TARGET_CONFIGURE_OPTS as environment rather than as argument ↵Thiago A. Corrêa2008-11-141-1/+1
| | | | of make to avoid overwriting dropbear's CFLAGS
* dropbear: bump versionPeter Korsgaard2008-11-141-1/+1
|
* busybox: add 1.13.x, mark older as deprecatedPeter Korsgaard2008-11-134-2/+91
|
* busybox: bump 1.12.x versionPeter Korsgaard2008-11-1310-339/+36
|
* Add a parallel compilation fix for fontconfigThomas Petazzoni2008-11-112-1/+27
| | | | | | | | | | | | | | | | | | This patch adds a patch to fix bug https://bugs.freedesktop.org/show_bug.cgi?id=16464 affecting parallel compilation of fontconfig. The patch is the one proposed in the bugzilla entry, available at https://bugs.freedesktop.org/attachment.cgi?id=17294. Without this patch, the compilation (at BR2_JLEVEL > 1) of fontconfig sometimes fails with: In file included from fc-case.c:25: ../src/fcint.h:118:21: error: fcalias.h: No such file or directory Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Fix the mtd package with regard to external toolchain use.Thomas Petazzoni2008-11-113-0/+3
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Fix Qtopia build issuesThomas Petazzoni2008-11-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | This patch fixes two Qtopia build issues, encountered while trying to use system implementation of zlib, freetype, jpeg and libpng : * The build process doesn't look in $(STAGING_DIR)/usr/include for includes and $(STAGING_DIR)/usr/lib. Same problem as the patch currently floating around adding LDFLAGS to TARGET_CONFIGURE_OPTS, but as Qtopia doesn't use TARGET_CONFIGURE_OPTS, we need a specific fix here. So we use the -I and -L options of Qtopia's configure script. * The build process doesn't use pkg-config to get the header path for Freetype headers (located in $(STAGING_DIR)/usr/include/freetype2 and not directly in $(STAGING_DIR)/usr/include/). There was already a fix for this, consisting in adding $(FREETYPE_DIR)/include to the -I path of Qtopia's configure. This patch modifies this fix to use $(STAGING_DIR)/usr/include/freetype2 instead, which looks more coherent with how all the packages are built (using $(STAGING_DIR) as the reference to get headers and libraries). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Fix external toolchain buildThomas Petazzoni2008-11-111-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is a new version of a patch already sent several times on the mailing-list, committed and reverted a few times by Daniel Laird, due to several imperfections. This version is a new try at finding a solution that works for everybody. Hopefully it'll work :-) The original problem is that external toolchain builds failed because packages couldn't find their dependent libraries at configure time and could not be linked with them. To fix these two problems, two things are added: * The TARGET_LDFLAGS variable was exposed as LDFLAGS at ./configure time thanks to TARGET_CONFIGURE_OPTS. The TARGET_LDFLAGS variable contains -L options with the path in the STAGING_DIR for the libraries. It allows ./configure scripts to properly compile the small test programs testing whether a dependency is properly installed. * The TARGET_CFLAGS contains a new -Wl,--rpath-link option for both $(STAGING_DIR)/lib and $(STAGING_DIR)/usr/lib. It allows library depending on other libraries to link properly. The TARGET_CFLAGS is exposed as CFLAGS in TARGET_CONFIGURE_OPTS. This new version fixes a problem encountered by hartleys <hartleys@visionengravers.com> when building the kernel. The problem was that the -Wl,--rpath-link options were added to LDFLAGS, while there are options for the C compiler, not the ld linker. Moving them to CFLAGS seems to fix the issue. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tiff/tiff.mk: Change to Autotools.in formatDaniel Laird2008-11-111-81/+19
| | | | | | | | | Bounce tiff into Autotools.in format. Did not use install to target as this puts loads of executables into TARGET. So just copied tiff.so instead. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/freetype/freetype.mk: Add zib to dependenciesDaniel Laird2008-11-111-2/+1
| | | | | | | | | | Looking into adding a configure cache to the build (like the GIT buildroot version) This means that freetype needs to know about zlib so make sure it had it as a dependency. Also remove install rule for staging as it matches default. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* Remove .rej file included in the upstream tarball before patchingHamish Moffatt2008-11-101-0/+1
|
* busybox: basename 1.12.1 fixPeter Korsgaard2008-11-071-0/+10
|
* Makefile.autotools.in: make MESSAGE output stand outPeter Korsgaard2008-11-071-2/+2
| | | | | | | | | | | | | The following patch makes the MESSAGE Macro in Makefile.autotools.in work. I think it was originally intended to print the messages in bold type but it doesn't appear to work correctly. This patch should work on all platforms. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> (Fixed to not continously call tput)
* package/Makefile.in: revert rpath setup for toolchains.Daniel Laird2008-11-071-4/+3
| | | | | | | | | | Revert the rpath patch, it looked good up until someone tried to build a kernel as well. This seems to break as a result. Will post a new patch soon and see how that goes.. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* ntp: add /etc/default/ntpd to control whether to startWade Berrier2008-11-063-3/+25
| | | | ntpd and/or ntpdate. Also specify options and servers.
* package/Makefile.in: rpath setup for toolchains.Daniel Laird2008-11-061-3/+4
| | | | | | | | | | Apply the patch I posted some time ago that fixes rpath issues with external toolchains. Has been tested by users of buildroot and feedback looks good. Signed-off-by: Thomas Petazzoni Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>