- Mar 25, 2010
-
-
Gustavo Zacarias authored
Closes #1117 [Peter: get rid of redundant DISABLE_LARGEFILE, trailing spaces] Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Mar 24, 2010
-
-
Gustavo Zacarias authored
Closes #513 Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Mar 23, 2010
-
-
Kelvin Cheung authored
Closes #661 Signed-off-by:
Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Mar 22, 2010
-
-
William Wagner authored
Signed-off-by:
William Wagner <will_wagner@carallon.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Richard van Paasen authored
Closes #805 This patch updates mdadm to 2.6.9 and uses the new makefile template. Signed-off-by:
Richard van Paasen <rvpaasen@t3i.nl> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Chris Seawood authored
Closes #1303 [Peter: misc tweaks (whitespace, kconfig, sf.net URL)] Signed-off-by:
Chris Seawood <cls@seawood.org> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Richard van Paasen authored
Closes #800 Signed-off-by:
Richard van Paasen <rvpaasen@t3i.nl> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Gustavo Zacarias authored
Closes #1129 Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Gustavo Zacarias authored
Closes #1111. Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
They do get removed in target-finalize, but we might as well not install them in the first place. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Mar 18, 2010
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Mar 16, 2010
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Mar 15, 2010
-
-
Peter Korsgaard authored
linux/hayesesp.h got removed in 2.6.33, but some archs (like x86) still define the TIOCGHAYESESP ioctl, breaking the build. It's very unlikely to be of interest anymore, so just undef it. Reported-by:
Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Mar 13, 2010
-
-
Alexander Clouter authored
Closes #1273 Signed-off-by:
Alexander Clouter <alex@digriz.org.uk> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Mar 12, 2010
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
As the 0.9.30.x stable releases only contain bugfixes, there isn't much sense in using the older 0.9.30.x releases instead of .3, so use a single 0.9.30.x config similar to how we do it for the kernel headers. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Mar 08, 2010
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Reported by H Hartley Sweeten. Make sure we pass proper CFLAGS to mtd-utils, so builds needing --sysroot works (E.G. external toolchains). Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Mar 07, 2010
-
-
Peter Korsgaard authored
Reported by "Thomas". Strip fails as it gets called without any arguments. Instead of working around this, simply remove the package-specific stripping as it is done later (in target-finalize) anyway. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Mar 06, 2010
-
-
Peter Korsgaard authored
Unbreak build after e8352988 (make sure install targets aren't run everytime) Reported-by:
Darcy Watkins <DWatkins@tranzeo.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Mar 02, 2010
-
-
Peter Korsgaard authored
Commit be8a104c (pass CFLAGS/LDFLAGS and add host-zlib dependency) changed the way make was invocated for squashfs and added a patch for 4.0, but forgot to add an equivalent patch for 3.4. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Feb 26, 2010
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Feb 25, 2010
-
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Closes #1183. When gmp/mpfr is needed for the host (E.G. when using an internal toolchain), the host-lib{gmp,mpfr}-source targets weren't added to HOST_SOURCE, so make source / external-deps didn't handle them. Notice that we have the same issue with the new host package support, there we should probably use HOST_<package>_DEPENDENCIES for -source dependencies. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Thomas Petazzoni authored
Before the autotools conversion, xfont_font-util was installed in staging, so keep this. However, the current way of handling xfont_font-util is ugly. The post-install.sh script removes the binaries compiled for the target from the staging directory and replaces them by symbolic links to utils installed on the host (making the incorrect assumption that they are available). It looks like xfont_font-util needs to be built for the host (using the new infrastructure for host autotools package). This is certainly post-2010.02 though. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Feb 24, 2010
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Feb 23, 2010
-
-
Francisco Gonzalez Morell authored
Signed-off-by:
Francisco Gonzalez Morell <gzmorell@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Richard van Paasen authored
In Config.in lsattr/chattr and e2label/e2undo are mixed up. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Thanks to Thomas for doing this work. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Feb 19, 2010
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Feb 18, 2010
-
-
Julien Boibessot authored
Without this patch alsamixer complains about missing libs and ldd says: libform.so.5 => not found libmenu.so.5 => not found libpanel.so.5 => not found libncurses.so.5 => /usr/lib/libncurses.so.5 (0x4000e000) libasound.so.2 => /usr/lib/libasound.so.2 (0x40056000) ... <cut> Signed-off-by:
Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Feb 17, 2010
-
-
Rob Alley authored
The rule to copy the resulting binary file into the binary directory had a typo in the line continuation character that results in a spurious error message being produced. Signed-off-by:
Rob Alley <Rob.Alley@navmanwireless.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Julien Boibessot authored
Otherwise, even if speex is selected, as gstreamer is compiled first, speex plugin is not activated/built. Signed-off-by:
Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-